# Keep the build context small: the image only needs pyproject, README, LICENSE, and src/.
.git
.github
.venv
venv
node_modules
npm/node_modules
**/__pycache__
*.pyc
*.pyo
.pytest_cache
.mypy_cache
.ruff_cache
htmlcov
.coverage
*.db
*.sqlite
.ai_knot
dist
build
*.egg-info
tests
docs
examples
skills
scripts
.claude
.idea
.vscode
