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

# secrets
.env
.env.*

# venv / tooling caches
.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
