# Design/planning docs are kept LOCAL only — they reference private source
# projects (used as case-study material) and must not ship in this public repo.
docs/

# Python build / env artifacts
.venv/
.venv-experiments/
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.pytest_cache/
.hypothesis/

# Test coverage artifacts (regenerated by `coverage`/pytest every run)
.coverage
.coverage.*
htmlcov/

# Scratch dir holding the parked pre-publish wheel (local only)
.build-stale/

# tackit dogfoods on itself locally, but this is a PUBLIC tool repo — the dogfood
# store is the maintainer's own task history (self-referential noise to anyone using
# tackit), so the whole .tackit/ stays LOCAL. (A USER's project commits its own
# tackit.sql alongside its code; a tool's own repo should not ship its store.)
.tackit/

# Local dogfood install artifacts — not shipped (the canonical skill lives at
# src/tackit/data/SKILL.md; contributors run `tackit setup` themselves):
.mcp.json
.agents/
.claude/skills/

# Scratch board exports
tackit-board.html
tackit-board.png
