bsc

Comprehensive codebase and cou...
Log | Files | Refs | Activity | README | LICENSE

root / .gitignore

.gitignore (299B)


      1 .cache/
      2 site/
      3 list.txt
      4 docs/.vitepress/dist/
      5 docs/.vitepress/cache/
      6 node_modules/
      7 *.exe
      8 *.o
      9 *.out
     10 *.dll
     11 *.a
     12 .Rhistory
     13 .RData
     14 .Ruserdata
     15 __pycache__/
     16 *.py[cod]
     17 .DS_Store
     18 Thumbs.db
     19 docs/semester_*/
     20 !docs/semester_*/index.md
     21 !docs/semester_1/model_questions.md
     22 .vitepress/cache
     23 .vitepress/dist
     24 buildLog
© notamitgamer • Site Built: 2026-09-05 01:53:16 UTC • git-mirror commit: c170d72 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror