diff options
author | Fbenas <philbeansburton@gmail.com> | 2020-10-16 00:01:10 +0100 |
---|---|---|
committer | Fbenas <philbeansburton@gmail.com> | 2020-10-16 00:01:10 +0100 |
commit | 383f2e37a0b7de605d4ab811b4024b11da4c8dac (patch) | |
tree | d2259aac94c554b3c561ab6cc6586c71f702e519 | |
parent | 65d29c226f216d4a2d2370a133e7eb566a077d6e (diff) |
Add gitignore
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..89c4590 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +definition.pyc +dictionaries/wordnet.db +__pycache__/ |