# OS
.DS_Store
Thumbs.db

.ruff_cache/


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

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
venv/
.env
*.egg

# Node (website is not published to GitHub)
node_modules/
package-lock.json

# Website (published separately to stato.hiniki.com)
stato-website/

# Claude Code (users generate their own)
.claude/
CLAUDE.md
# Other similar files
AGENTS.md

# Development files (keep in dev only)
docs/prompt/
docs/discussion/

# Test cache
.pytest_cache/

# Stato runtime (users generate their own)
.stato/prompts/

.plandrop
