# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
env/

# Tooling caches
.pytest_cache/
.ruff_cache/
.ty_cache/
.mypy_cache/
.coverage
coverage.xml
cov.json
cov-summary.txt
htmlcov/

# Env / secrets — never commit keys
.env
.env.*
*.token
gid_*.txt

# OS
.DS_Store
Thumbs.db
