# Keep the build context lean - only ship what we install.
.git/
.github/
.venv/
venv/
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/
docs/
tests/
examples/
.skills-radar/
*.bak-*
*.log
.DS_Store
node_modules/
.env
.env.local
