Created .gitignore
This commit is contained in:
parent
247d4f4303
commit
93258ba1f8
1 changed files with 22 additions and 0 deletions
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# VS Code
|
||||
.vscode
|
||||
|
||||
# Compiled python modules
|
||||
*.pyc
|
||||
|
||||
# Python egg metadata
|
||||
validation.egg-info
|
||||
|
||||
# emacs and vim backups
|
||||
*~
|
||||
*.swp
|
||||
|
||||
# macOS
|
||||
*.DS_Store
|
||||
|
||||
# tex outputs
|
||||
*.tex
|
||||
|
||||
# OpenMC Output Files
|
||||
*.h5
|
||||
*.ppm
|
||||
Loading…
Add table
Add a link
Reference in a new issue