
# Beads / Dolt files (added by bd init)
.dolt/
*.db
.beads-credential-key

# Stray bd export at repo root — bd's pre-commit hook can write here on some
# configs (export.git-add=true). The canonical export lives at .beads/issues.jsonl.
/issues.jsonl

# Loom per-session ephemera (audit-project [AUTOFIX:gitignore-worktrees])
.claude/worktrees/
.claude/workflow-state.json
/.worktrees/

# Python
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/
.venv/
dist/
build/
*.egg-info/

# Editor / OS
.idea/
.vscode/
*.swp
.DS_Store

# tree-sitter generated artifacts (regenerated via `tree-sitter generate`)
tree-sitter-mforth/src/parser.c
tree-sitter-mforth/src/grammar.json
tree-sitter-mforth/src/node-types.json
tree-sitter-mforth/src/tree_sitter/
tree-sitter-mforth/node_modules/
tree-sitter-mforth/build/
/site/
.tutorial-snippets/
