diff options
author | Joe Robinson <joe@lc8n.com> | 2020-10-15 23:29:45 +0000 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2020-10-15 23:29:45 +0000 |
commit | 2ada1031a438f938103230f0b95eb7d7b6f43fc6 (patch) | |
tree | 9cc3b86711d702a0f000671228dbbe1fb1e5210a /.gitignore | |
parent | 65d29c226f216d4a2d2370a133e7eb566a077d6e (diff) | |
parent | ecf048b9c1fafffd8e6da1e666740c0311b50b7e (diff) |
Merge branch 'master' into 'master'
Upgrade to support python3
See merge request wjoe/bladictionary2!1
Diffstat (limited to '.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__/ |