commit f0596451a5e06ec75dfd88da1c676158c89994c9 Author: TheRON Date: Thu Aug 28 13:22:34 2025 -0400 Created diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5a2c53c --- /dev/null +++ b/.gitignore @@ -0,0 +1,52 @@ +# Default: ignore everything +* + +# Allow directories so paths exist +!*/ + +# Allow only text sources +!*.md +!*.txt +!*.jsonl + +# Always track repo meta +!.gitignore +!.gitattributes +!LICENSE-CC0.md +!LICENSE-MIT.md +!CONVENTIONS.md + +# (Redundant safety in case allowlist changes later) +*.pdf +*.png +*.jpg +*.jpeg +*.gif +*.tif +*.tiff +*.bmp +*.svg +*.webp +*.zip +*.tar +*.gz +*.tgz +*.bz2 +*.xz +*.7z +*.doc +*.docx +*.xls +*.xlsx +*.ppt +*.pptx +*.mp3 +*.wav +*.ogg +*.mp4 +*.mov +*.avi +*.heic +*.iso +.DS_Store +Thumbs.db