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

# Type checker
.pyright/

# IDE
.vscode
.idea

# Claude Code sandbox artifacts
.claude/agents
.claude/commands
.claude/settings.json

# Shell/tool config (sandbox artifacts)
.bash_profile
.bashrc
.profile
.zprofile
.zshrc
.gitconfig
.gitmodules
.ripgreprc
.mcp.json

# Environment
.env

# Test artifacts
pytest-of-*/

# mcp-auditor
audit_checkpoints.db
output/
plans/plan.md
