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

# Virtual environments
.venv/
venv/
env/

# Secrets & config
.env
.env.*
*.pem
*.key
.mcpregistry_*
server.json

# Ledger data (runtime artifacts, not source)
*.jsonl

# IDE & OS
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo
*~

# Test & lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/

# Plans (local working docs, but allow docs/plans for design docs)
plans/
!docs/plans/

# Marketing drafts (not shipped)
mktg/

# Node (if frontend tooling added later)
node_modules/
.worktrees/
