Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
0c59712c5f
|
87
.gitignore
vendored
87
.gitignore
vendored
@@ -1,87 +1,2 @@
|
|||||||
# This file contains patterns for ignoring files / folders in a git repository.
|
|
||||||
# If a specific file is catched by the .gitignore file, but you need to add it
|
|
||||||
# you can use the following command to do so:
|
|
||||||
# git add -f path/to/file/i/want/to/track.txt
|
|
||||||
# However, think about the necessity of tracking the file before doing so.
|
|
||||||
|
|
||||||
### Blacklist folders:
|
|
||||||
|
|
||||||
data/*
|
|
||||||
.bin/*
|
|
||||||
.direnv/*
|
.direnv/*
|
||||||
.venv/*
|
.bin/*
|
||||||
|
|
||||||
### Blacklist files:
|
|
||||||
|
|
||||||
# Secrets
|
|
||||||
*secrets*
|
|
||||||
|
|
||||||
# Latex related
|
|
||||||
*.aux
|
|
||||||
*.glo
|
|
||||||
*.idx
|
|
||||||
*.log
|
|
||||||
*.toc
|
|
||||||
*.ist
|
|
||||||
*.acn
|
|
||||||
*.acr
|
|
||||||
*.alg
|
|
||||||
*.bbl
|
|
||||||
*.blg
|
|
||||||
*.dvi
|
|
||||||
*.glg
|
|
||||||
*.gls
|
|
||||||
*.ilg
|
|
||||||
*.ind
|
|
||||||
*.lof
|
|
||||||
*.lot
|
|
||||||
*.maf
|
|
||||||
*.mtc
|
|
||||||
*.mtc1
|
|
||||||
*.out
|
|
||||||
*.synctex.gz
|
|
||||||
*.bcf
|
|
||||||
*.xml
|
|
||||||
*.bst
|
|
||||||
*.fdb_latexmk
|
|
||||||
*.fls
|
|
||||||
*.snm
|
|
||||||
*.nav
|
|
||||||
|
|
||||||
# R Related
|
|
||||||
*.Rhistory
|
|
||||||
*.RDataTmp
|
|
||||||
*.RData
|
|
||||||
|
|
||||||
# Python binaries
|
|
||||||
*.pyc
|
|
||||||
*.npy
|
|
||||||
*.pt
|
|
||||||
*.py.ipynb
|
|
||||||
|
|
||||||
# Potentially large but not binary
|
|
||||||
# *.svg
|
|
||||||
|
|
||||||
# Binary files
|
|
||||||
*.pdf
|
|
||||||
*.zip
|
|
||||||
*.gz
|
|
||||||
*.tar
|
|
||||||
*.kmz
|
|
||||||
# Matches Rds, RDS, rds, etc.
|
|
||||||
*.[rR][dD][sS]
|
|
||||||
|
|
||||||
# Misc
|
|
||||||
.~lock.*
|
|
||||||
|
|
||||||
# Data
|
|
||||||
*.csv
|
|
||||||
*.xlsx
|
|
||||||
|
|
||||||
# Whitelist selected files
|
|
||||||
!data/example_witelisted.csv
|
|
||||||
|
|
||||||
# Ignore html files for now
|
|
||||||
# TODO: Remove later
|
|
||||||
index_cache
|
|
||||||
index_files
|
|
||||||
|
|||||||
BIN
assets/crps_learning/01_motivation_01.RData
Normal file
BIN
assets/crps_learning/01_motivation_01.RData
Normal file
Binary file not shown.
BIN
assets/crps_learning/01_motivation_02.RData
Normal file
BIN
assets/crps_learning/01_motivation_02.RData
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/crps_learning/changing_weights.rds
Normal file
BIN
assets/crps_learning/changing_weights.rds
Normal file
Binary file not shown.
BIN
assets/crps_learning/overview_data.rds
Normal file
BIN
assets/crps_learning/overview_data.rds
Normal file
Binary file not shown.
BIN
assets/crps_learning/weights_data.RData
Normal file
BIN
assets/crps_learning/weights_data.RData
Normal file
Binary file not shown.
BIN
assets/crps_learning/weights_example.RData
Normal file
BIN
assets/crps_learning/weights_example.RData
Normal file
Binary file not shown.
125321
assets/mcrps_learning/basis_functions.csv
Normal file
125321
assets/mcrps_learning/basis_functions.csv
Normal file
File diff suppressed because it is too large
Load Diff
BIN
assets/mcrps_learning/naive_table_df.rds
Normal file
BIN
assets/mcrps_learning/naive_table_df.rds
Normal file
Binary file not shown.
BIN
assets/mcrps_learning/pars_data.rds
Normal file
BIN
assets/mcrps_learning/pars_data.rds
Normal file
Binary file not shown.
BIN
assets/mcrps_learning/performance_data.rds
Normal file
BIN
assets/mcrps_learning/performance_data.rds
Normal file
Binary file not shown.
BIN
assets/mcrps_learning/weights_h.rds
Normal file
BIN
assets/mcrps_learning/weights_h.rds
Normal file
Binary file not shown.
BIN
assets/mcrps_learning/weights_q.rds
Normal file
BIN
assets/mcrps_learning/weights_q.rds
Normal file
Binary file not shown.
BIN
assets/minmaxload/overview.rds
Normal file
BIN
assets/minmaxload/overview.rds
Normal file
Binary file not shown.
BIN
assets/minmaxload/plot_overview.rds
Normal file
BIN
assets/minmaxload/plot_overview.rds
Normal file
Binary file not shown.
BIN
assets/ngas/residuals.RData
Normal file
BIN
assets/ngas/residuals.RData
Normal file
Binary file not shown.
3258
assets/voldep/2022_10_14_eur_ref_co2_adj_hvpi_ex_nrg.csv
Normal file
3258
assets/voldep/2022_10_14_eur_ref_co2_adj_hvpi_ex_nrg.csv
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user