From: Andrew Gundersen Date: Tue, 19 Jan 2021 16:12:11 +0000 (-0600) Subject: update .gitignore X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=6e04438014738ace28394399e6a063936bcb6396;p=abc-messenger update .gitignore --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..34fcef1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.pyo +*.pyc diff --git a/__pycache__/agent.cpython-38.pyc b/__pycache__/agent.cpython-38.pyc deleted file mode 100644 index 8fdd51c..0000000 Binary files a/__pycache__/agent.cpython-38.pyc and /dev/null differ diff --git a/__pycache__/db.cpython-38.pyc b/__pycache__/db.cpython-38.pyc deleted file mode 100644 index 0050954..0000000 Binary files a/__pycache__/db.cpython-38.pyc and /dev/null differ diff --git a/__pycache__/mail.cpython-38.pyc b/__pycache__/mail.cpython-38.pyc deleted file mode 100644 index 3915983..0000000 Binary files a/__pycache__/mail.cpython-38.pyc and /dev/null differ diff --git a/__pycache__/mailroom.cpython-38.pyc b/__pycache__/mailroom.cpython-38.pyc deleted file mode 100644 index dced2a8..0000000 Binary files a/__pycache__/mailroom.cpython-38.pyc and /dev/null differ diff --git a/__pycache__/message.cpython-38.pyc b/__pycache__/message.cpython-38.pyc deleted file mode 100644 index c458305..0000000 Binary files a/__pycache__/message.cpython-38.pyc and /dev/null differ diff --git a/__pycache__/messenger.cpython-38.pyc b/__pycache__/messenger.cpython-38.pyc deleted file mode 100644 index da20a91..0000000 Binary files a/__pycache__/messenger.cpython-38.pyc and /dev/null differ diff --git a/__pycache__/schemes.cpython-38.pyc b/__pycache__/schemes.cpython-38.pyc deleted file mode 100644 index 302b849..0000000 Binary files a/__pycache__/schemes.cpython-38.pyc and /dev/null differ diff --git a/__pycache__/sdk.cpython-38.pyc b/__pycache__/sdk.cpython-38.pyc deleted file mode 100644 index a4257df..0000000 Binary files a/__pycache__/sdk.cpython-38.pyc and /dev/null differ diff --git a/__pycache__/server.cpython-38.pyc b/__pycache__/server.cpython-38.pyc deleted file mode 100644 index 66aea7c..0000000 Binary files a/__pycache__/server.cpython-38.pyc and /dev/null differ diff --git a/__pycache__/session.cpython-38.pyc b/__pycache__/session.cpython-38.pyc deleted file mode 100644 index bf6a650..0000000 Binary files a/__pycache__/session.cpython-38.pyc and /dev/null differ diff --git a/__pycache__/typs.cpython-38.pyc b/__pycache__/typs.cpython-38.pyc deleted file mode 100644 index 20d7d8b..0000000 Binary files a/__pycache__/typs.cpython-38.pyc and /dev/null differ