forked from NREL/VirtualEngineering
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
55 lines (47 loc) · 824 Bytes
/
.gitignore
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
47
48
49
50
51
52
53
54
55
.*
scratch/
!/.gitignore
!/.readthedocs.yaml
*~
*.pyc
*.egg-info/
*.bak
# fortran/f2py compiler output
*.o
*.so
*.mod
*.exe
*.dSYM
# use jupytext to save a paired text file (markdown for now)
*.ipynb
# blanket ignore output yaml files--can add specific yaml files for tracking (e.g. environment.yaml)
*.yaml
# ignore data files--can add specific files for tracking
*.dat
*.csv
*.pkl
# specific files or file types to ignore, related to this project
pretreat_defs_updated.inp
bkup*
equationsDoc.pdf
hostname_info.txt
# I'm suggesting a convention of `run_[name]` for direct executables; these
# should be ignored, JJS 7/23/21
run_*
# latex
*.bbl
*.blg
*.ilg
*.nlo
*.nls
auto/
*.log
*.lof
*.aux
*.fff
*.synctex.gz
*.spl
*.out
# Exclude temporary documentation build files
docs/_build/
!docs/technical_reference/run_*