# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
dist/
build/
*.whl

# Virtual environments
.venv/
venv/

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

# Claude
.claude/
CLAUDE.md

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/

# Logs and checkpoints
lightning_logs/
checkpoints/
*.ckpt
wandb/
mlruns/

# Documentation builds
site/
*.xml.bak

# Demo artifacts
demo_cache/
*_cache/
.ruff_cache/

# Temporary demo outputs (root level only)
/*.html
/*.png
/*.jpg

# Temporary completion summaries
*_COMPLETE.md
