Merge pull request #180 from PyPSA/rsync
add basic setup of rsync with files to ignore
This commit is contained in:
commit
a6ccfc8af9
14
.syncignore-receive
Normal file
14
.syncignore-receive
Normal 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
14
.syncignore-send
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
.snakemake
|
||||||
|
.git
|
||||||
|
.pytest_cache
|
||||||
|
.ipynb_checkpoints
|
||||||
|
.vscode
|
||||||
|
.DS_Store
|
||||||
|
__pycache__
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
*.ipynb
|
||||||
|
notebooks
|
||||||
|
benchmarks
|
||||||
|
resources
|
||||||
|
results
|
Loading…
Reference in New Issue
Block a user