https://github.com/PyPSA/PyPSA
Raw File
Tip revision: ef4c23edc421ab76e4174cd84843b6e9aeeb40e7 authored by Fabian Neumann on 23 July 2024, 14:01:15 UTC
Merge branch 'master' into fixed-profile
Tip revision: ef4c23e
.gitignore

*~

*.py[cod]

.ipynb_checkpoints/

*.log

old/

# Ignore all jupyter notebooks, except those in the examples folder
*.ipynb
!/examples/notebooks/*.ipynb


test/.cache/

.cache/

.~*

test/results/*


doc/_build/
doc/_build_html
doc/api/_source/
# doc/img/

build/

dist/

pypsa.egg-info/

files.txt

tom_notes.org

*.pdf

*.aux

website/examples/*.py

*.zip

*.html

.vscode
.devcontainer

.idea

.coverage

dev-scripts
dev

.venv
back to top