-
Notifications
You must be signed in to change notification settings - Fork 11
/
.gitignore
59 lines (54 loc) · 1.25 KB
/
.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
56
57
58
59
*.pyc
*.p
*.pk
electricitylci/__pycache__/
__pycache__/
*.zip
build/
/*.csv
# IDE files
.idea/
.vscode/
.spyproject/
ElectricityLCI.sln
ElectricityLCI.pyproj
# egg files
*.egg-info/
.vs/
.DS_Store
# notebooks
*.ipynb
# downloaded excel files and csv transformations
electricitylci/data/**/*.*
!electricitylci/data/petroleum_inventory/*.*
!electricitylci/data/EFs/*.*
!electricitylci/data/*.yml
.spyproject/codestyle.ini
.spyproject/encoding.ini
.spyproject/vcs.ini
.spyproject/workspace.ini
electricitylci/dataeGRID_2016_TRI_2016_NEI_2016_RCRAInfo_2015_fromstewicombo.csv
example/aggregate_df.csv
example/aggregate_dict.pickle
example/combined_df.csv
example/gen_plus_fuels.csv
example/upstream_df.csv
example/upstream_dict.pickle
electricitylci/output/ferc_final_trade_2016.csv
electricitylci/output/BAA_final_trade_2016.csv
electricitylci/modelconfig/ELCI_1_config.json
electricitylci/modelconfig/ELCI_1_config.json
upstream_df.csv
electricitylci/modelconfig/ELCI_1_config.json
example/dist_mix_dict.pickle
example/gen_mix_dict.pickle
combined_df.csv
electricitylci/modelconfig/ELCI_1_config.json
electricitylci/modelconfig/ELCI_1_config.json
electricitylci/modelconfig/testing*.yml
#output files
electricitylci/output/*
example/*.csv
example/*.pickle
#internal files
tests/