This commit is contained in:
Masha
2026-09-01 10:00:04 +03:00
parent 2168b2200a
commit 8be40ef77c
18 changed files with 3646 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
# Build trees and compiler output
/build/
/out/
/x64/
/x86/
/Debug/
/Release/
*.exe
*.ilk
*.iobj
*.ipdb
*.obj
*.pdb
*.tlog
# IDE and user-specific files
/.vs/
/.vscode/
*.suo
*.user
*.VC.db
*.VC.opendb
# Generated numerical results
/res/
/results/
# Temporary files
*.log
*.tmp
*.bak
*~
__pycache__/
*.pyc