# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
dist/
build/
.coverage
htmlcov/

# uv
.venv/

# Editor
.idea/
.vscode/
*.swp
.DS_Store

# Generated
*.log

# Secrets — copy .env.example to .env and edit. Never commit .env.
.env
.env.local
.env.*.local
