https://github.com/PyPSA/PyPSA
Raw File
Tip revision: 5a0644dc4b13c783620d1ae1f3ae963013ce7e97 authored by Fabian Neumann on 13 July 2023, 19:57:25 UTC
Merge pull request #681 from PyPSA/prep-v0.25
Tip revision: 5a0644d
.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