docs/GRID_ENTITY_OVERHAUL_ROADMAP.md, docs/3D_SYSTEM_GUIDE.md,
docs/PROCEDURAL_GENERATION_SPEC.md, and docs/MCROGUFACE_LITE_PICOCALC_RESEARCH.md
are a mix of historical, pending, and offshoot planning material rather than
McRogueFace user-facing docs -- same rationale as the personal-notes block
added in 54624b3. Kept locally (gitignored), not part of the tracked repo.
Addresses #356 (docstring-generator gap found during this audit).
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
86 lines
1.8 KiB
Text
86 lines
1.8 KiB
Text
*.swp
|
|
*.swo
|
|
bin
|
|
.msvc-intermediate/
|
|
*.bak*
|
|
PCbuild
|
|
.vs
|
|
obj
|
|
build
|
|
/lib
|
|
__pycache__
|
|
|
|
# unimportant files that won't pass clean dir check
|
|
build*
|
|
docs
|
|
.claude
|
|
my_games
|
|
|
|
# images are produced by many tests
|
|
*.png
|
|
|
|
# WASM stdlib for Emscripten build
|
|
!wasm_stdlib/
|
|
|
|
.cache/
|
|
7DRL2025 Release/
|
|
CMakeFiles/
|
|
Makefile
|
|
*.zip
|
|
__lib/
|
|
__lib_debug/
|
|
__lib_windows/
|
|
build-windows/
|
|
build_windows/
|
|
_oldscripts/
|
|
|
|
# Audit tooling virtualenv (tools/audit_pymethoddef.py)
|
|
.venv-audit/
|
|
assets/
|
|
cellular_automata_fire/
|
|
deps/
|
|
fetch_issues_txt.py
|
|
forest_fire_CA.py
|
|
mcrogueface.github.io
|
|
scripts/
|
|
tcod_reference
|
|
.archive
|
|
.mcp.json
|
|
dist/
|
|
|
|
# Keep important documentation and tests
|
|
!CLAUDE.md
|
|
!README.md
|
|
!tests/
|
|
|
|
# Fuzzing build artifacts and runtime data (build-fuzz matched by build* above)
|
|
tests/fuzz/corpora/
|
|
tests/fuzz/crashes/
|
|
|
|
# >>> generated-docs (untrack via tools/untrack_generated_docs.sh) >>>
|
|
# Rendered/generated documentation is regenerated by the pre-commit hook and
|
|
# shipped inside release artifacts -- it no longer lives in git. The compact
|
|
# api/manifest.json is the exception: it STAYS committed (refreshed by the hook).
|
|
# Personal-notes docs (plans, triage, research) are also untracked here.
|
|
# tools/untrack_generated_docs.sh reads exactly this block to migrate the
|
|
# currently-tracked copies out of the index.
|
|
docs/API_REFERENCE_DYNAMIC.md
|
|
docs/api_reference_dynamic.html
|
|
docs/mcrfpy.3
|
|
stubs/mcrfpy.pyi
|
|
docs/generated/
|
|
docs/API_REFERENCE_COMPLETE.md
|
|
docs/api_reference_complete.html
|
|
docs/VISION.md
|
|
docs/GAMES.md
|
|
docs/plan-*.md
|
|
docs/api-audit-*.md
|
|
docs/ISSUE_TRIAGE_*.md
|
|
docs/GRID_ENTITY_OVERHAUL_ROADMAP.md
|
|
docs/sprint-*.md
|
|
docs/EMSCRIPTEN_RESEARCH.md
|
|
docs/WASM_TROUBLESHOOTING.md
|
|
docs/MCROGUFACE_LITE_PICOCALC_RESEARCH.md
|
|
docs/3D_SYSTEM_GUIDE.md
|
|
docs/PROCEDURAL_GENERATION_SPEC.md
|
|
# <<< generated-docs <<<
|