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

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/

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

# Config with real tokens
clickup-config.json
.env
.env.*

# Workflow artifacts
.planning/
.audit/

# Local-only Claude Code settings (permissions, etc.)
.claude/settings.local.json
