-
Notifications
You must be signed in to change notification settings - Fork 139
/
Copy path.gitignore
41 lines (33 loc) · 876 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
# ignore thumbs.db
*.db
# ignore compiled python
*.pyc
# ignore DS_Stores
*.DS_Store
data_share/WIND_HEIGHTS_COSTS_20140320.xlsx
r/graphics/.RData
r/graphics/.Rhistory
r/graphics/.Rproj.user*
r/graphics/figure
r/graphics/graphics.Rproj
python/test_carb_price.py
python/test_irr.py
data_share/FTG_2013.pdf
python/code_profiler.py
data_share/NREL_max_market_share.csv
python/.Rhistory
python/.RData
excel/~$scenario_inputs_wind.xlsm
battery_model/battery_model.gpr
battery_model/z_batt_DR_dis.csv
battery_model/z_batt_DR_sum.csv
python/plot_outputs.txt
excel/~$scenario_inputs_solar.xlsm
# ignore PyCharm files
.idea/
# ignore a common format for outputing agent dataframes during debugging (e.g., df_2014.csv)
df_*.*
# Ignore pg_param files
python/pg_params*.json
# Unchanging reference documents that are large enough to warrant not committing
timeslice_8760_wH17.csv