Files
coorl-lost-cities/scripts/librarian-ignore.txt
T
2026-07-14 20:09:03 +09:00

14 lines
528 B
Plaintext

# Ignore patterns for scripts/librarian_check_citations.py.
#
# One fnmatch glob per line. Citations matching any pattern are
# silently skipped — use sparingly, only for citations that are
# genuinely intentional (planned future files, design references)
# rather than drift you can fix.
#
# Format examples:
# scripts/foo.sh # exact path
# configs/jax_ppo/model-*.yaml # glob
# docs/research/*.md # whole directory
#
# Comments after `#` are stripped per line. Blank lines ignored.