# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
*.whl

# Virtual environments
.venv/
venv/
env/
.env
*.log
*.logs

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

# OS
.DS_Store
Thumbs.db
desktop.ini

# Test output
output/

# Large/binary project files
backup/
prototype/
dashboard/
*.twbx
*.hyper
!src/cwtwb/references/*.hyper
*.twbr
tmp/
templates/migrate/* - migrated to *.twb
templates/migrate/migration_report.json
templates/migrate/field_mapping.json
examples/migrate_workflow/* - migrated to *.twb
examples/migrate_workflow/* - migrated.twb
examples/migrate_workflow/migration_report.json
examples/migrate_workflow/field_mapping.json
examples/migrate_workflow/prompt.txt


prototype/frontend/node_modules/
prototype/frontend/.pnpm-store/
prototype/frontend/dist/
prototype/frontend/_tmp_*
prototype/data/interactions.jsonl
.tmp_test_outputs/
