# macOS
.DS_Store

# IDE/Editor
.vscode/
.idea/

# Claude Code local settings (keep permissions local)
.claude/settings.local.json

# 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

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

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

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

# Environment
.env
.env.*
!.env.example

# Logs
*.log

# Documentation
site/
man/

# Jupyter
.ipynb_checkpoints/

# Demo
demo/

# mp credentials
.mp/

# fastmcp docs
context/fastmcp/

# MCP client configuration (local dev only)
.mcp.json

# oh-my-claudecode local state
.omc/