mirror of
https://github.com/invariantlabs-ai/invariant-gateway.git
synced 2026-02-12 22:42:45 +00:00
18 lines
230 B
Plaintext
18 lines
230 B
Plaintext
# Python cache and test artifacts
|
|
__pycache__/
|
|
.pytest_cache/
|
|
.py[oc]
|
|
data/
|
|
tests/results/
|
|
tests/integration/results/
|
|
|
|
# Coverage and build artifacts
|
|
.coverage
|
|
htmlcov/
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environment
|
|
.venv/ |