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

# Tooling caches
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/

# Environment & secrets (never commit real values)
.env
.env.local
