https://github.com/PyPSA/PyPSA
Raw File
Tip revision: 1f353f8ca8f4b23dd79b5f196cf4b959b40f2767 authored by Fabian Hofmann on 02 August 2024, 10:00:16 UTC
pyproject: fix requirement (#998)
Tip revision: 1f353f8
.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