# 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

# Node
node_modules/
package-lock.json

# Test output
output/

# Temp files
temp_template.twb
test_api.py
test_env.py
example_data.csv

# Large/binary project files
backup/
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
