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

# Virtual environments
.venv/
venv/
env/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# Environment
.env
.env.local
.env.production

# Database
*.db
*.sqlite3
pgdata/

# Docker
docker-compose.override.yml

# AgentAudit
buffer.jsonl
*.pdf

# MkDocs build output
site_docs/

# MCP config (contains API keys)
.mcp.json
