diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2016-06-25 13:36:20 +0200 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2016-06-25 13:36:20 +0200 |
commit | ee9916bf032d373db52de3152c70c5f9d545ede3 (patch) | |
tree | ddde8c162d8e0536f8f509318b359b368e823f09 /.gitignore |
added .gitignore
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
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..b07d560 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +cache +.doit.db +__pycache__ +output |