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

# Node
node_modules/
.svelte-kit/
build/

# Environment
.env
.env.local
.env.*.local

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

# OS
.DS_Store
Thumbs.db

# Beads (local only)
.beads/beads.db*
.beads/config.yaml
.beads/daemon.*

# Built frontend (generated by make frontend, bundled into wheel)
backend/hangar/static/

# Testing
.coverage
htmlcov/
.pytest_cache/
