Merge pull request #283 from PyPSA/rsync

add basic setup of rsync with files to ignore
This commit is contained in:
Fabian Neumann 2021-11-08 15:24:24 +01:00 committed by GitHub
commit 96af7abef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 34 additions and 0 deletions

15
.syncignore-receive Normal file
View File

@ -0,0 +1,15 @@
.snakemake
.git
.pytest_cache
.ipynb_checkpoints
.vscode
.DS_Store
__pycache__
*.pyc
*.pyo
*.ipynb
notebooks
doc
cutouts
data/bundle
*.nc

19
.syncignore-send Normal file
View File

@ -0,0 +1,19 @@
.snakemake
.git
.pytest_cache
.ipynb_checkpoints
.vscode
.DS_Store
__pycache__
*.pyc
*.pyo
*.ipynb
notebooks
benchmarks
logs
resources
results
networks
cutouts
data/bundle
doc