Add runbook section, root-level .gitignore patterns, and detection helper for _encode_/_emit_/_inline_ throwaway scripts. Surface non-blocking warnings from assess_preflight_status and gitea_lock_issue. Closes #261 Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
17 lines
349 B
Plaintext
17 lines
349 B
Plaintext
venv/
|
|
__pycache__/
|
|
*.pyc
|
|
.env*
|
|
!.env.example
|
|
# Real JSON runtime-profile configs may reference private hosts; keep only the example.
|
|
gitea-mcp*.json
|
|
!gitea-mcp.example.json
|
|
!gitea-mcp.v2-contexts.example.json
|
|
.vscode/
|
|
graphify-out/
|
|
branches/
|
|
# Throwaway agent commit-encoding helpers (#261) — never commit.
|
|
/_encode_*.py
|
|
/_emit_*.py
|
|
/_inline_*.py
|