diff --git a/.gitignore b/.gitignore index 6ba96ca..de240f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,7 @@ /news/static/media +db.sqlite3 +news/__pycache__ +pokercc/__pycache__ + + + diff --git a/db.sqlite3 b/db.sqlite3 deleted file mode 100644 index 8753963..0000000 Binary files a/db.sqlite3 and /dev/null differ diff --git a/news/__pycache__/__init__.cpython-37.pyc b/news/__pycache__/__init__.cpython-37.pyc deleted file mode 100644 index e20527d..0000000 Binary files a/news/__pycache__/__init__.cpython-37.pyc and /dev/null differ diff --git a/news/__pycache__/admin.cpython-37.pyc b/news/__pycache__/admin.cpython-37.pyc deleted file mode 100644 index b62c831..0000000 Binary files a/news/__pycache__/admin.cpython-37.pyc and /dev/null differ diff --git a/news/__pycache__/apps.cpython-37.pyc b/news/__pycache__/apps.cpython-37.pyc deleted file mode 100644 index 0004023..0000000 Binary files a/news/__pycache__/apps.cpython-37.pyc and /dev/null differ diff --git a/news/__pycache__/choices.cpython-37.pyc b/news/__pycache__/choices.cpython-37.pyc deleted file mode 100644 index 5796143..0000000 Binary files a/news/__pycache__/choices.cpython-37.pyc and /dev/null differ diff --git a/news/__pycache__/forms.cpython-37.pyc b/news/__pycache__/forms.cpython-37.pyc deleted file mode 100644 index a570c48..0000000 Binary files a/news/__pycache__/forms.cpython-37.pyc and /dev/null differ diff --git a/news/__pycache__/models.cpython-37.pyc b/news/__pycache__/models.cpython-37.pyc deleted file mode 100644 index 4672b74..0000000 Binary files a/news/__pycache__/models.cpython-37.pyc and /dev/null differ diff --git a/news/__pycache__/urls.cpython-37.pyc b/news/__pycache__/urls.cpython-37.pyc deleted file mode 100644 index 67768ed..0000000 Binary files a/news/__pycache__/urls.cpython-37.pyc and /dev/null differ diff --git a/news/__pycache__/views.cpython-37.pyc b/news/__pycache__/views.cpython-37.pyc deleted file mode 100644 index 4a238b1..0000000 Binary files a/news/__pycache__/views.cpython-37.pyc and /dev/null differ diff --git a/pokercc/__pycache__/__init__.cpython-37.pyc b/pokercc/__pycache__/__init__.cpython-37.pyc deleted file mode 100644 index 57c96ff..0000000 Binary files a/pokercc/__pycache__/__init__.cpython-37.pyc and /dev/null differ diff --git a/pokercc/__pycache__/settings.cpython-37.pyc b/pokercc/__pycache__/settings.cpython-37.pyc deleted file mode 100644 index d8c1964..0000000 Binary files a/pokercc/__pycache__/settings.cpython-37.pyc and /dev/null differ diff --git a/pokercc/__pycache__/urls.cpython-37.pyc b/pokercc/__pycache__/urls.cpython-37.pyc deleted file mode 100644 index c9a79bf..0000000 Binary files a/pokercc/__pycache__/urls.cpython-37.pyc and /dev/null differ diff --git a/pokercc/__pycache__/wsgi.cpython-37.pyc b/pokercc/__pycache__/wsgi.cpython-37.pyc deleted file mode 100644 index 24fa38e..0000000 Binary files a/pokercc/__pycache__/wsgi.cpython-37.pyc and /dev/null differ