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

# Environment
.env
.venv/
venv/

# IDE
.vscode/
.idea/

# AI
.cursor/
.claude/
.agents/
CLAUDE.md

# OS
.DS_Store

# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# mypy
.mypy_cache/
.ruff_cache/

# Google OAuth secrets
data/google_credentials.json
data/google_token.json

# Neonize WhatsApp session databases
pincer-wa*
data/google_workspace_token.json

# Docker + docker compose
docker-compose.override.yml

# Internal and required MCP servers
pincer.local.toml
mcp-servers/*
