# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
dist/
build/
*.egg-info/
.eggs/
*.egg

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

# Virtual environments
venv/
env/
ENV/
.venv

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

# OS
.DS_Store
Thumbs.db

# Misc
*.log

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

# Internal work documents (must stay private)
PROJECT_SUMMARY.md
PROJECT_DELIVERY_REPORT.md
IMPROVEMENTS_REPORT.md
*INTERNAL*.md
*PRIVATE*.md
