# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# UV
.venv/
uv.lock

# Environment
.env

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

# Testing
.pytest_cache/
.coverage
htmlcov/
*.coverage
.coverage.*

# Logs
*.log

# Backups
*.backup.html

# Output
ai-insights.json