# Python
__pycache__/
*.pyc
.venv/
.mypy_cache/
.pytest_cache/
.ruff_cache/
dist/
build/
*.egg-info/

# Node
node_modules/
web/dist/

# Runtime state
*.db
*.db-journal
.env
logs/
.rune_pids
seed_store/

# Model artifacts / caches
seed-cache/
checkpoints/
*.db-shm
*.db-wal
