Files
invariant-gateway/.gitignore

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/