8cbd3992ff
config.default.yaml should be copied to config.yaml by new users. That way config.yaml doesn't change every time the developers use new settings. A basic "Getting Started" section is added to the README. Changes to be committed: modified: .gitignore modified: README.md renamed: config.yaml -> config.default.yaml
43 lines
463 B
Plaintext
43 lines
463 B
Plaintext
.snakemake*
|
|
.ipynb_checkpoints
|
|
__pycache__
|
|
gurobi.log
|
|
|
|
/bak
|
|
/resources
|
|
/results
|
|
/networks
|
|
/benchmarks
|
|
/logs
|
|
/notebooks
|
|
/data/timezone_mappings.csv
|
|
/data/urban_percent.csv
|
|
/data/links_p_nom.csv
|
|
/data/*totals.csv
|
|
/data/*Jensen.csv
|
|
/data/biomass*
|
|
/data/emobility/
|
|
/data/eea*
|
|
/data/jrc*
|
|
/data/heating/
|
|
/data/eurostat*
|
|
/data/odyssee/
|
|
/data/transport_data.csv
|
|
/data/switzerland*
|
|
/data/.nfs*
|
|
|
|
*.org
|
|
|
|
*.nc
|
|
|
|
*~
|
|
/scripts/old
|
|
|
|
*.pyc
|
|
/cutouts
|
|
/tmp
|
|
/pypsa
|
|
|
|
*.xlsx
|
|
|
|
config.yaml |