2023-03-06 18:35:33 +00:00
|
|
|
# SPDX-FileCopyrightText: : 2021-2023 The PyPSA-Eur Authors
|
2021-12-04 17:21:08 +00:00
|
|
|
#
|
|
|
|
# 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
|
|
|
|
doc
|
|
|
|
cutouts
|
2023-03-06 10:54:08 +00:00
|
|
|
data
|
2021-10-07 10:15:33 +00:00
|
|
|
benchmarks
|
2021-10-07 10:26:48 +00:00
|
|
|
*.nc
|
2023-04-11 00:18:34 +00:00
|
|
|
configs
|