# 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
htmlcov/

# Env / secrets — never commit tokens
.env
.env.*
*.token
proj*.txt

# OS
.DS_Store
Thumbs.db
