# Dev tools
CLAUDE.md
.claude/
.cursorrules
.cursor/
*.tar
*.zip

# Python
__pycache__/
.ruff_cache/
*.py[cod]
*.egg-info/
dist/
build/
.coverage
htmlcov/
.pytest_cache/

# Virtual environments
.venv/
venv/

# IDE
.idea/
.vscode/
*.swp

# Secrets
.env
.env.*
*.pem
*.key
credentials.json

# OS
.DS_Store
Thumbs.db
Desktop.ini
