# Machine-local scratch, never committed: the cloned corpus (.local/corpus,
# seeded from corpus_sources.json) and external source clones for inspection
# (e.g. .local/galaxy-src = a clone of galaxyproject/galaxy used to verify
# Galaxy-internal behaviour locally).
# No trailing slash: `.local/` matches only a directory, so an accidental
# symlink at this path was committable (it happened once; removed in this branch).
.local
.venv/
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.mypy_cache/
.ruff_cache/
dist/
*.egg-info/

# Local-only draft of the GCC poster abstract.
gcc2026-abstract.txt

# Claude Code session scratch (the tracked .claude/ settings + skills stay; this
# runtime lock for scheduled wakeups is machine-local).
.claude/scheduled_tasks.lock
.claude/worktrees/
