mirror of
https://github.com/invariantlabs-ai/invariant-gateway.git
synced 2026-06-09 14:43:54 +02:00
15 lines
182 B
Plaintext
15 lines
182 B
Plaintext
# Python cache and test artifacts
|
|
__pycache__/
|
|
.pytest_cache/
|
|
.py[oc]
|
|
|
|
# Coverage and build artifacts
|
|
.coverage
|
|
htmlcov/
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environment
|
|
.venv/ |