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

# Environment
.venv/
venv/
.env
.env.*
!.env.example

# Tooling caches
.pytest_cache/
.ruff_cache/
.pyright/
.mypy_cache/
.coverage
.coverage.*
htmlcov/

# Editors / OS
.DS_Store
.idea/
.vscode/

# Local scratch
.local/
