node_modules/
dist/
.venv/
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
*.egg-info/
dist/

# Frontend compiled JS (Vite HMR artifacts)
frontend/src/**/*.js

# Harness artifacts
.xyz-harness/
.superpowers/

# Skill files
skills/

# DB data files (keep .gitkeep)
backend/data/*.db
backend/data/*.db-shm
backend/data/*.db-wal
