]> Repos - abc-messenger/commitdiff
update .gitignore
authorAndrew Gundersen <gundersena@xavier.edu>
Tue, 19 Jan 2021 16:12:11 +0000 (10:12 -0600)
committerAndrew Gundersen <gundersena@xavier.edu>
Tue, 19 Jan 2021 16:12:11 +0000 (10:12 -0600)
12 files changed:
.gitignore [new file with mode: 0644]
__pycache__/agent.cpython-38.pyc [deleted file]
__pycache__/db.cpython-38.pyc [deleted file]
__pycache__/mail.cpython-38.pyc [deleted file]
__pycache__/mailroom.cpython-38.pyc [deleted file]
__pycache__/message.cpython-38.pyc [deleted file]
__pycache__/messenger.cpython-38.pyc [deleted file]
__pycache__/schemes.cpython-38.pyc [deleted file]
__pycache__/sdk.cpython-38.pyc [deleted file]
__pycache__/server.cpython-38.pyc [deleted file]
__pycache__/session.cpython-38.pyc [deleted file]
__pycache__/typs.cpython-38.pyc [deleted file]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..34fcef1
--- /dev/null
@@ -0,0 +1,2 @@
+*.pyo
+*.pyc
diff --git a/__pycache__/agent.cpython-38.pyc b/__pycache__/agent.cpython-38.pyc
deleted file mode 100644 (file)
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 (file)
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 (file)
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 (file)
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 (file)
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 (file)
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 (file)
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 (file)
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 (file)
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 (file)
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 (file)
index 20d7d8b..0000000
Binary files a/__pycache__/typs.cpython-38.pyc and /dev/null differ