15 lines
318 B
Text
15 lines
318 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/
|