https://github.com/PyPSA/PyPSA
Revision 6ba88444d063ca34834203cd736f455ce7535d7d authored by Fabian Neumann on 29 December 2023, 09:55:00 UTC, committed by Fabian Neumann on 29 December 2023, 09:55:00 UTC
1 parent 8e35670
Raw File
Tip revision: 6ba88444d063ca34834203cd736f455ce7535d7d authored by Fabian Neumann on 29 December 2023, 09:55:00 UTC
release v0.26.1
Tip revision: 6ba8844
.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