diff --git a/.gitignore b/.gitignore index d9d163f..c17fdff 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ *.json *.db *.pyc +__pycache__/ +*__pycache__* *.db-journal sizelog *journal diff --git a/modules/__pycache__/admin.cpython-36.pyc b/modules/__pycache__/admin.cpython-36.pyc deleted file mode 100644 index d625b50..0000000 Binary files a/modules/__pycache__/admin.cpython-36.pyc and /dev/null differ diff --git a/modules/__pycache__/bake.cpython-36.pyc b/modules/__pycache__/bake.cpython-36.pyc deleted file mode 100644 index ad91224..0000000 Binary files a/modules/__pycache__/bake.cpython-36.pyc and /dev/null differ diff --git a/modules/__pycache__/channels.cpython-36.pyc b/modules/__pycache__/channels.cpython-36.pyc deleted file mode 100644 index b03f2d2..0000000 Binary files a/modules/__pycache__/channels.cpython-36.pyc and /dev/null differ diff --git a/modules/__pycache__/help.cpython-36.pyc b/modules/__pycache__/help.cpython-36.pyc deleted file mode 100644 index 7922541..0000000 Binary files a/modules/__pycache__/help.cpython-36.pyc and /dev/null differ diff --git a/modules/__pycache__/markov.cpython-36.pyc b/modules/__pycache__/markov.cpython-36.pyc deleted file mode 100644 index 4059eb5..0000000 Binary files a/modules/__pycache__/markov.cpython-36.pyc and /dev/null differ diff --git a/modules/__pycache__/nlp.cpython-36.pyc b/modules/__pycache__/nlp.cpython-36.pyc deleted file mode 100644 index 03f54f5..0000000 Binary files a/modules/__pycache__/nlp.cpython-36.pyc and /dev/null differ