mirror of
https://github.com/invariantlabs-ai/invariant-gateway.git
synced 2026-05-16 21:03:27 +02:00
17 lines
203 B
Plaintext
17 lines
203 B
Plaintext
# Python cache and test artifacts
|
|
__pycache__/
|
|
.pytest_cache/
|
|
.py[oc]
|
|
data/
|
|
tests/results/
|
|
|
|
# Coverage and build artifacts
|
|
.coverage
|
|
htmlcov/
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environment
|
|
.venv/ |