# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
*.egg
.eggs/
pip-wheel-metadata/
*.whl

# Virtual environments
.venv/
venv/
env/
.env.local
.env.production
.env.staging

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.tox/
*.snap

# Type checking
.mypy_cache/
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db
desktop.ini

# PyInstaller
*.spec

# Hatch
.hatch/

# MkDocs built site (deployed via GitHub Pages, not committed)
site/
