# Python
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
*.egg
dist/
build/
*.whl
.mypy_cache/
.pytest_cache/
.ruff_cache/
htmlcov/
.coverage

# Virtual environments
.venv/
venv/
env/

# Environment variables / secrets
.env
.env.*

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

# Node
node_modules/
hof/ui/admin/dist/
hof-react/dist/

# Hof generated (per-project)
migrations/
_hof_entry.tsx
ui/index.html
ui/package.json
ui/vite.config.ts
ui/tsconfig.json
ui/node_modules/
ui/dist/

# OS
.DS_Store
Thumbs.db
