27 lines
No EOL
262 B
Text
27 lines
No EOL
262 B
Text
# VS Code
|
|
.vscode
|
|
|
|
# Compiled python modules
|
|
__pycache__
|
|
*.pyc
|
|
.ipynb_checkpoints
|
|
|
|
# Python egg metadata
|
|
validation.egg-info
|
|
|
|
# emacs and vim backups
|
|
*~
|
|
*.swp
|
|
|
|
# macOS
|
|
*.DS_Store
|
|
|
|
# tex outputs
|
|
*.tex
|
|
|
|
# OpenMC Output Files
|
|
*.h5
|
|
*.png
|
|
*.ppm
|
|
tallies.out
|
|
chain*.xml |