2023-03-06 18:35:33 +00:00
|
|
|
# SPDX-FileCopyrightText: : 2021-2023 The PyPSA-Eur Authors
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
|
2021-10-07 10:26:48 +00:00
|
|
|
.snakemake
|
|
|
|
.git
|
|
|
|
.pytest_cache
|
|
|
|
.ipynb_checkpoints
|
|
|
|
.vscode
|
|
|
|
.DS_Store
|
|
|
|
__pycache__
|
|
|
|
*.pyc
|
|
|
|
*.pyo
|
|
|
|
*.ipynb
|
|
|
|
notebooks
|
|
|
|
benchmarks
|
|
|
|
logs
|
2021-12-04 17:21:08 +00:00
|
|
|
resources*
|
2021-10-07 10:26:48 +00:00
|
|
|
results
|
2021-12-04 17:21:08 +00:00
|
|
|
networks*
|
2021-10-07 10:26:48 +00:00
|
|
|
cutouts
|
|
|
|
data/bundle
|
2021-12-04 17:21:08 +00:00
|
|
|
doc
|