diff --git a/.syncignore-receive b/.syncignore-receive new file mode 100644 index 00000000..3ebcbea8 --- /dev/null +++ b/.syncignore-receive @@ -0,0 +1,14 @@ +.snakemake +.git +.pytest_cache +.ipynb_checkpoints +.vscode +.DS_Store +__pycache__ +*.pyc +*.pyo +*.ipynb +data +notebooks +benchmarks +*.nc \ No newline at end of file diff --git a/.syncignore-send b/.syncignore-send new file mode 100644 index 00000000..38f4b664 --- /dev/null +++ b/.syncignore-send @@ -0,0 +1,14 @@ +.snakemake +.git +.pytest_cache +.ipynb_checkpoints +.vscode +.DS_Store +__pycache__ +*.pyc +*.pyo +*.ipynb +notebooks +benchmarks +resources +results \ No newline at end of file