forked from TRI-AMDD/mpet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (38 loc) · 643 Bytes
/
Copy path.gitignore
File metadata and controls
46 lines (38 loc) · 643 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Vim files
*.swp
# Outputs users may generate
*.m4v
*.mp4
*.avi
*.png
*.pdf
# Python bytecode files
*.pyc
# Generally ignore config files
*.cfg
# Except those in the configs directory
!configs/*.cfg
# Ignore general simulation output stuff
history/
sim_output*
#Ignore test outputs but not ref_outputs
!tests/ref_outputs/*/*.cfg
!tests/ref_outputs/*/output_data
!tests/ref_outputs/*/sim_output
tests/test_outputs/
# Ignore scripts copied from mpet/bin/ to mpet/
/mpetplot.py
/mpetrun.py
/mpettest.py
# Misc
mpetLogTimeSpace.py
mpetMaterialsMHC.py
venv/
.remarkrc
.vim
.idea
*.egg-info
.vscode
# documentation
docs/_build
docs/apidocs