# Build
target/
*.class
*.jar
*.war

# IDE
.idea/
*.iml
.vscode/
.settings/
.classpath
.project
*.swp

# OS
.DS_Store
Thumbs.db

# Env
.env
*.env.local
application-local.yml

# Logs
*.log
logs/

# Local file uploads (runtime data, not source)
uploads/

# Production backups (contain personal data — emails, phones; never commit)
legacy-import/backup/

# Python bytecode from the legacy-import scripts
__pycache__/
*.pyc

# Generated AI review sheets (regenerate with scripts/ai_translation_bakeoff.py)
legacy-import/bakeoff/
