-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (40 loc) · 779 Bytes
/
.gitignore
File metadata and controls
47 lines (40 loc) · 779 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
.DS_Store
node_modules
.tmp
npm-debug.log
.ipynb_checkpoints
video*
README.pdf
other*
__pycache__
.DS_Store
archive*
utils.py
.solutions
.vscode
archive
*.csv
*.parquet
*.xlsx
# Exception: Allow specific data files needed by notebooks
!data/EIA/demand_cal_historical_datetime-split.csv
!data/EIA/fuel_type_data_california.parquet
!data/FRED/CORESTICKM159SFRBATL.csv
!data/FRED/CORESTICKM159SFRBATL.xlsx
!data/FRED/FRED_joined.parquet
!data/UCIrvine/ElectricityLoadDiagrams20112014.parquet
!data/fred/HOUSTNSA.csv
!data/statsmodels/AirPassengers.parquet
!data/statsmodels/AirPassengers_log.parquet
docs
.vscode
.env
*.txt
.sketch/
data/**/scripts/notebooks/.heavy/
.heavy/
notebooks_sketch/
!modules/utils.py
notebooks/**/E_*.ipynb
find_data_paths.py
analyze_data_files.py