__pycache__/
*.py[cod]
*$py.class
*.so
dist/
build/
*.egg-info/
*.egg
.eggs/
.venv/
venv/
.env
*.db
*.sqlite3
.mypy_cache/
.ruff_cache/
.pytest_cache/
htmlcov/
.coverage
.coverage.*
*.log
.DS_Store
.claude/
site/
.git/
.github/
tests/
docs/
mkdocs.yml
CLAUDE.md
LICENSE
.mcpregistry_github_token
.mcpregistry_registry_token
# NOTE: drivers/ used to be excluded because the published image only
# compiled SQL and never executed it. With the demo DuckDB build we now
# install --extra flight, which uses the workspace driver members in
# drivers/, so the directory must be part of the build context.
Dockerfile
.dockerignore
