# Models (downloaded on first use, not bundled)
models/*
# ...but keep the reduplication wordlist (user-maintained)
!models/reduplication-verbs.txt

# Publish artifacts
node.zip

# Python
__pycache__/
*.pyc
*.pyo

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store

# Agent plan management (session-local)
.agents/
Thumbs.db
