diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-05-06 23:19:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-05-06 23:19:52 -0400 |
commit | 502bb16cab44aed9e36b6052f725a994b1ffab16 (patch) | |
tree | 2ba02459edf27102eb58af3c85ec2c29b41d4224 /.gitignore | |
download | delivery_merge-502bb16cab44aed9e36b6052f725a994b1ffab16.tar.gz |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0e0c0fd --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +*.egg* +*.sh +*.sk +__pycache__ +results +src +miniconda* +anaconda* |