add basic setup of rsync with files to ignore

This commit is contained in:
Fabian Neumann 2021-10-07 12:26:48 +02:00
parent 8bf7f499cf
commit 50548b23f9
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