mirror of
https://github.com/invariantlabs-ai/invariant-gateway.git
synced 2026-07-10 20:53:42 +02:00
Add .gitignore
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
# Python cache and test artifacts
|
||||
__pycache__/
|
||||
.pytest_cache/
|
||||
.py[oc]
|
||||
|
||||
# Coverage and build artifacts
|
||||
.coverage
|
||||
htmlcov/
|
||||
build/
|
||||
dist/
|
||||
wheels/
|
||||
*.egg-info
|
||||
|
||||
# Virtual environment
|
||||
.venv/
|
||||
Reference in New Issue
Block a user