diff options
author | Marius Peter <blendoit@gmail.com> | 2019-06-06 17:03:02 -0700 |
---|---|---|
committer | Marius Peter <blendoit@gmail.com> | 2019-06-06 17:03:02 -0700 |
commit | 7ba13f32d09992712ecb26abb66ef2da9eb56528 (patch) | |
tree | 5315e04312f3ef736ba63b4484d9a008638b1153 /.gitignore | |
parent | 4de483e2b6b5e081e7c0594ec3169459046c74f2 (diff) |
Added .gitignore
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..c22efda --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# .gitignore +__pycache__ |