jobbsok/.gitignore

26 lines
823 B
Text

# Operator-private continuity state. This repo has a PUBLIC remote, so STATE.md
# is LOCAL-ONLY here — it must never reach the mirror. (Private-remote repos
# track theirs; do not carry that habit across.)
STATE.md
*.local.md
.env
.env.*
.DS_Store
__pycache__/
*.pyc
.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Voyage project dirs (briefs, research, plans) — LOCAL-ONLY on this public remote,
# same rule as STATE.md. They carry operator paths and machine details.
.claude/projects/
# Build artefacts. BUILD_STAMP is the short hash of the commit a build came
# from, regenerated by scripts/package_plugin.sh before every archive; a
# committed stamp would be false the instant the next commit moved HEAD.
# jobbsok.plugin is the archive that command writes into the repository root.
BUILD_STAMP
jobbsok.plugin