__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.DS_Store

# Local tooling: absolute symlinks into claude-files, and per-machine settings.
# The justfile's `mod?` lines resolve through .claude/just/, so it only works on
# a machine with claude-files installed. Drop these lines to publish them.
.claude/
.config/
justfile
