diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-21 15:21:43 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-21 15:21:43 -0400 |
commit | 2147523a89156236a3f70c2ac70e2c8304e295f3 (patch) | |
tree | c837cab0272dbaa5fb12471c14f3ca18fee3d3fa /.gitignore | |
download | purge_path-2147523a89156236a3f70c2ac70e2c8304e295f3.tar.gz |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9fccfcd --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*__pycache__* +*.swp |