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

# Tests / linting caches
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Secrets — NEVER commit these
.env
*.toml.bak
