Merge pull request #180 from PyPSA/rsync

add basic setup of rsync with files to ignore
This commit is contained in:
Fabian Neumann 2021-10-23 21:07:39 +02:00 committed by GitHub
commit a6ccfc8af9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 0 deletions

14
.syncignore-receive Normal file
View File

@ -0,0 +1,14 @@
.snakemake
.git
.pytest_cache
.ipynb_checkpoints
.vscode
.DS_Store
__pycache__
*.pyc
*.pyo
*.ipynb
data
notebooks
benchmarks
*.nc

14
.syncignore-send Normal file
View File

@ -0,0 +1,14 @@
.snakemake
.git
.pytest_cache
.ipynb_checkpoints
.vscode
.DS_Store
__pycache__
*.pyc
*.pyo
*.ipynb
notebooks
benchmarks
resources
results