__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/
*.egg
.ruff_cache/
.pytest_cache/
.mypy_cache/
htmlcov/
.coverage
*.cover
.env
.env.local
.github-token
site/

# Local data
data/
*.db

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

# OS
.DS_Store
Thumbs.db

# Deployment artifacts (keep deploy/ tracked)
node_modules/deploy/docs/
!deploy/README.md
!deploy/index.html
site/
