# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environment
venv/
env/
ENV/
.venv

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

# Database
*.db
*.db-journal
*.sqlite
*.sqlite3

# Logs
*.log
logs/

# Environment Variables
.env
.env.local
.env.*.local

# Configuration (with sensitive data)
config_local.py

# Docker
.dockerignore

# Playwright
.playwright/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# OS
Thumbs.db
.DS_Store

# Temporary files
*.tmp
*.bak
*.swp
test_*.png
test_*.pdf
