https://github.com/PyPSA/PyPSA
Raw File
Tip revision: 93e697be2d6a5824a459bd92b0fdfc32db684904 authored by Fabian Neumann on 04 December 2023, 11:15:38 UTC
Merge pull request #794 from PyPSA/prep-v0.26
Tip revision: 93e697b
.gitignore

*~

*.py[cod]

.ipynb_checkpoints/

*.log

old/

*.ipynb

test/.cache/

.cache/

.~*

test/results/*


doc/_build/

# doc/img/

build/

dist/

pypsa.egg-info/

files.txt

tom_notes.org

*.pdf

*.aux

website/examples/*.py

*.zip

*.html

.vscode

.coverage

dev-scripts

.venv
back to top