__pycache__/
*.py[cod]
*.egg-info/
.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
dist/
build/
*.so
*.pyd
.coverage
htmlcov/

# secrets / credentials
.env*
*.pem
*.key
*.p12
*.pfx
credentials.json
*_token
*_secret
.npmrc
.pypirc

# local tooling
.claude/
.mcp.json
