Files
invariant-gateway/.gitignore
T
2025-02-05 19:33:17 +01:00

16 lines
188 B
Plaintext

# Python cache and test artifacts
__pycache__/
.pytest_cache/
.py[oc]
data/
# Coverage and build artifacts
.coverage
htmlcov/
build/
dist/
wheels/
*.egg-info
# Virtual environment
.venv/