.axiomignore
Exclude files from watch mode and batch ingest using .gitignore syntax. A default .axiomignore is created in your raw/ folder during init:
# axiomignore — patterns to skip during watch/ingest
# Temporary files*.tmp*.swp.DS_StoreExamples
Section titled “Examples”# Ignore an archive folderarchive/
# Ignore a specific filedraft-do-not-ingest.md
# Ignore all PDFs*.pdfThe .axiomignore file uses the same pattern syntax as .gitignore.