diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-03-02 12:36:11 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-03-02 12:36:11 -0500 |
commit | 97fd3e1460e50e4aac29455aa91465fd7e6bda23 (patch) | |
tree | 765016a943f5029529d2a582c6185f6141aebc3f | |
parent | 19e66fcc4dd4c5ddf2cb2f9f5fe5bb7f1ab27fb8 (diff) | |
download | flowsample-97fd3e1460e50e4aac29455aa91465fd7e6bda23.tar.gz |
Initial commit of .gitignore file
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bee8a64 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__ |