Files
invariant-gateway/.gitignore
T
2025-02-04 15:52:22 +01:00

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/