diff options
author | Cody Hiar <cody@hiar.ca> | 2019-10-16 10:36:14 -0600 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2019-10-16 10:36:14 -0600 |
commit | 81f10379aa6de8da03ea9553d54252435a48dbea (patch) | |
tree | c023c7f11d846bd6ab87c5946764dcf13f135e6c /.gitignore |
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..0c4323f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.mypy_cache +__pycache__ |