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

# uv
.venv/

# Secrets / local env
.env
.env.*
!.env.example

# Tooling caches
.mypy_cache/
.ruff_cache/
.pytest_cache/

# OS / editor
.DS_Store
.idea/
*.swp
