23 lines
351 B
Plaintext
23 lines
351 B
Plaintext
# saQut Compiler
|
|
saqut
|
|
*.o
|
|
*.exe
|
|
*.out
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Parola içerebilen yerel API istemcisi - asla commit edilmez
|
|
scripts/gitea.py
|
|
|
|
# Python bytecode cache
|
|
__pycache__/
|
|
|
|
# CMake versiyona özgü dosyalar (otomatik üretilir, her güncellemede değişir)
|
|
build/CMakeFiles/[0-9]*/
|
|
build/.cmake/
|
|
build/compile_commands.json
|