# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.langgraph_api/

# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

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

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Logs
*.log
logs/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# LangChain/LangSmith
.langchain.json
.langsmith/

# LangGraph
.langgraph/
langgraph.db

# Secrets and sensitive data
*.pem
*.key
*.crt
secrets.json
.secrets/
config.local.json
auth.local.json

# Temporary files
tmp/
temp/
.tmp/

# MCP specific
mcp_servers/
.mcp/

# Database files
*.db
*.sqlite
*.sqlite3

# Cache
.cache/
*-cache/

# Claude
.claude