# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.env

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Logs
*.log
logs/

# Testing
.coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Documentation (project notes, not public docs)
docs/
