# 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
MANIFEST

# Virtual environments
venv/
ENV/
env/
.venv

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

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# Documentation
docs/_build/
docs/.doctrees/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Temporary files
*.tmp
.env
.env.local

# Development/planning files (not for repo)
**/completed-steps-summary.md
**/PHASE*.md
**/STATUS*.md
**/PLAN*.md

# Implementation and planning documents (local only)
Implementation/

# Test and debug files (temporary, not for repo)
**/test_debug_*.py
**/debug_*.py
**/temp_test_*.py
