.git
.github
.venv
venv
__pycache__
*.pyc
.pytest_cache
.ruff_cache
.mypy_cache
dist
build
*.egg-info
.DS_Store
.idea
.vscode
*.log

# Never let credentials into the build context
.env
.env.*
!.env.example
.mcp.json

docs
tests
CHANGELOG.md
CONTRIBUTING.md
CODE_OF_CONDUCT.md
SECURITY.md
