diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-07-31 12:19:28 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-07-31 12:19:28 -0400 |
commit | c0dacf09eab30a200fcd45899d5fc76189a54410 (patch) | |
tree | 97a732588036c0787eb409e68598ea64617e13a7 | |
parent | 0d06a2d83ccc70c5d4516071d349ac73f5a0896c (diff) | |
download | blast-c0dacf09eab30a200fcd45899d5fc76189a54410.tar.gz |
Initial commit
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4031ff8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.pyc +*.swp +__pycache__ +src/ +upload/ |