# 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 environments
venv/
ENV/
env/
.venv/

# Linting & Formatting
.ruff_cache/
.mypy_cache/

# Testing & Coverage
.coverage
htmlcov/
.pytest_cache/

# Playwright
playwright_profile/
.playwright/

# BeaconTV specific
beacon_cookies.txt
*.mkv
*.mp4
*.webm
temp_dl/
.beacon-dl-history.db

# Debug files
debug_*.py
debug_*.png
debug_*.txt
test_login*.py
test_login*.png
diagnose_*.py
diagnose_*.png
diagnosis_*.png
simple_*.py
simple_*.png
verify_*.py
login_error.png
error_*.png
curl_output.html

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

# AI Tools
.claude/
.serena/
.spec-workflow/
plans/

# OS
.DS_Store
Thumbs.db

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

# Logs
*.log
