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

# Tests / tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Local environment files. Never commit credentials.
.env
.env.*
