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

# Virtual environments
.venv/
venv/
env/

# uv
.uv/
uv.lock

# Testing / coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.ruff_cache/
.mypy_cache/
.pyright/

# Docs
site/

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

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