diff options
author | Cody Hiar <codyfh@gmail.com> | 2018-03-03 13:49:35 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2018-03-03 13:49:35 -0700 |
commit | 6ffecd93bc287d3654474fc6c834118c90c5cdc6 (patch) | |
tree | b7ec974bb1eb252cd4a3e9ab18c3efa52bc8222f /.gitignore |
Initial Commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f362d03 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.venv +.mypy_cache +__pycache__ +config.json |