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

# Virtual environments
.venv/
venv/
env/

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db

# Models cache (sentence-transformers)
.cache/

# AI assistant instructions
CLAUDE.md

# Local tool dumps (may contain real server data)
tools.json

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