# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/

# Virtual environments
.venv/
venv/

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

# Environment
.env

# Testing
.pytest_cache/
coverage.xml
htmlcov/

# MkDocs
site/

# Node
node_modules/
dashboard/frontend/build/

# Load test results
loadtest/results*.csv

# Docker
*.log

# OS
.DS_Store
Thumbs.db

# Claude config
.claude/

# Local docs (binary files)
*.docx
*.pdf
