# Virtual environment
venv/
.venv/

# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/

# Debug output files (keep automobile_tn_* for GitHub Pages)
debug_*.json

# Debug files
debug_*.html
debug_*.md

# IDE
.idea/
.vscode/
*.swp

# Transient history comparison file (created during CI)
automobile_tn_new_cars_previous.json

# OS
.DS_Store
Thumbs.db
