.env
.DS_Store
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.coverage.*
htmlcov/
*.egg
CLAUDE.md
# Field test artifacts (kept locally, not in git)
runs/

# Launch post drafts (kept locally, never push)
launch-post/
LAUNCH_CHECKLIST.md
LAUNCH_POST_*.md

# Per-skill history ledgers written by `skillcheck --history`; running the tool
# against a file in the repo drops one next to it and it must never be committed.
.skillcheck-history.json

# Verification venvs (created by end-to-end verification runs)
.venv-verify/

# Agent scratchpads (kept locally; never push)
.codex
review.md
.venv/
