35 lines
309 B
Plaintext
35 lines
309 B
Plaintext
# 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
|