compiler

Log | Files | Refs | README

.gitignore (294B)


      1 # Temporary session directories
      2 temp_sessions/
      3 
      4 # Python temporary files
      5 temp_script.py
      6 __pycache__/
      7 *.pyc
      8 *.pyo
      9 *.pyd
     10 .Python
     11 
     12 # C/C++ temporary files
     13 temp_code.c
     14 temp_code.cpp
     15 a.out
     16 a.exe
     17 *.o
     18 *.so
     19 *.dylib
     20 
     21 # IDE and editor files
     22 .vscode/
     23 .idea/
     24 *.swp
     25 *.swo
     26 *~
     27 
     28 # OS files
     29 .DS_Store
     30 Thumbs.db
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror