-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy path.gitignore
More file actions
67 lines (50 loc) · 961 Bytes
/
.gitignore
File metadata and controls
67 lines (50 loc) · 961 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
## Ignore:
#setup files
setuplog.txt
setuperr.txt
errors.log
gams
.bashrc
# files in runs folder
runs/*
inout/variabilitycalculations/ldcfiles/
inout/gdxfiles/*.gdx
# temporary GAMS files
*.~gm
225*/
# pyc files
*.pyc
*__pycache__
# jupyter notebook checkpoints
*.ipynb_checkpoints*/
# files in bokehpivot output folder
bokehpivot/out/*
# lst and g00 files
*.lst
*.g00
# ds_store files
*.DS_Store
# distpv csv input files
inout/dSolar_Inputs/*.csv
inputs/capacitydata/distpv/*.csv
# R stuff
*.Rhistory
*.RData
# Julia stuff
Manifest.toml
# raw input files for retail rates
retail_rate_module/inputs/EIA861/*
postprocessing/retail_rate_module/inputs/EIA861/*
# County-level hourly RE profiles (due to very large file size)
inputs/variability/multi_year/*county*.h5
inputs/variability/multi_year/file_version.csv
# IDE stuff
*.vscode
# GAMS project files
*.gpr
# IDE files
*.vscode
# NREL HPC files
slurm*.out
# documentation files
docs/build/*