# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Output directory for generated templates
out/
out-*/
test-*/
*-files.txt

# Claude settings
.claude/settings.local.json

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

# OS
.DS_Store
Thumbs.db

# Logs
*.log

*.db

# Backups
backups/

.env
.env.*local*
.env.*.local*
.env.dev
.env.prod

# Test reports and coverage
htmlcov/
reports/
.coverage
.pytest_cache/

