# Secrets — never commit real credentials
.env
.env.local

# Virtualenv / uv
.venv/

# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/

# Build
dist/
build/
