# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python

# Virtual environments
.venv/
venv/
env/

# Distribution / packaging
*.egg-info/
dist/
build/
*.egg

# Environment variables
.env
.env.*

# Testing & coverage
.pytest_cache/
.coverage
htmlcov/

# IDE
.vscode/
.idea/
*.iml

# Output artifacts (generated contracts, episodes)
output/
episodes/

# OS
.DS_Store
Thumbs.db

# Next.js
mova-ui/.next/
mova-ui/out/
mova-ui/node_modules/
mova-ui/.vercel/
mova-ui/next-env.d.ts

# Registry runtime data (DB-like, not source)
registry-data/runs/
registry-data/receipts/
registry-data/sessions/

# Runtime episode output
mova-runtime/output/

# Wrangler local state
.wrangler/
mova-runtime-rs/.wrangler/

# Local task/working files
TASK_*.md
*.png
