diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b1b4de3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,107 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +.hypothesis/ + +# Translations +*.mo +*.pot + +# Django stuff: +*.log +.static_storage/ +.media/ +local_settings.py + +# Flask stuff: +instance/ +.webassets-cache + +# Scrapy stuff: +.scrapy + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/ + +# Jupyter Notebook +.ipynb_checkpoints + +# pyenv +.python-version + +# celery beat schedule file +celerybeat-schedule + +# SageMath parsed files +*.sage.py + +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + +# Spyder project settings +.spyderproject +.spyproject + +# Rope project settings +.ropeproject + +# mkdocs documentation +/site + +# mypy +.mypy_cache/ + +# custom +db.sqlite3 diff --git a/FC15/__pycache__/__init__.cpython-36.pyc b/FC15/__pycache__/__init__.cpython-36.pyc deleted file mode 100644 index 7812086..0000000 Binary files a/FC15/__pycache__/__init__.cpython-36.pyc and /dev/null differ diff --git a/FC15/__pycache__/admin.cpython-36.pyc b/FC15/__pycache__/admin.cpython-36.pyc deleted file mode 100644 index 3f56274..0000000 Binary files a/FC15/__pycache__/admin.cpython-36.pyc and /dev/null differ diff --git a/FC15/__pycache__/forms.cpython-36.pyc b/FC15/__pycache__/forms.cpython-36.pyc deleted file mode 100644 index 6e31ab3..0000000 Binary files a/FC15/__pycache__/forms.cpython-36.pyc and /dev/null differ diff --git a/FC15/__pycache__/models.cpython-36.pyc b/FC15/__pycache__/models.cpython-36.pyc deleted file mode 100644 index 47af6f7..0000000 Binary files a/FC15/__pycache__/models.cpython-36.pyc and /dev/null differ diff --git a/FC15/__pycache__/oj.cpython-36.pyc b/FC15/__pycache__/oj.cpython-36.pyc deleted file mode 100644 index b9fbb22..0000000 Binary files a/FC15/__pycache__/oj.cpython-36.pyc and /dev/null differ diff --git a/FC15/__pycache__/sendmail.cpython-36.pyc b/FC15/__pycache__/sendmail.cpython-36.pyc deleted file mode 100644 index be073bd..0000000 Binary files a/FC15/__pycache__/sendmail.cpython-36.pyc and /dev/null differ diff --git a/FC15/__pycache__/urls.cpython-36.pyc b/FC15/__pycache__/urls.cpython-36.pyc deleted file mode 100644 index 27c1bec..0000000 Binary files a/FC15/__pycache__/urls.cpython-36.pyc and /dev/null differ diff --git a/FC15/__pycache__/views.cpython-36.pyc b/FC15/__pycache__/views.cpython-36.pyc deleted file mode 100644 index 1fac7cb..0000000 Binary files a/FC15/__pycache__/views.cpython-36.pyc and /dev/null differ diff --git a/FC15/migrations/__pycache__/0001_initial.cpython-36.pyc b/FC15/migrations/__pycache__/0001_initial.cpython-36.pyc deleted file mode 100644 index 63fb987..0000000 Binary files a/FC15/migrations/__pycache__/0001_initial.cpython-36.pyc and /dev/null differ diff --git a/FC15/migrations/__pycache__/0002_auto_20170926_1003.cpython-36.pyc b/FC15/migrations/__pycache__/0002_auto_20170926_1003.cpython-36.pyc deleted file mode 100644 index 657be9d..0000000 Binary files a/FC15/migrations/__pycache__/0002_auto_20170926_1003.cpython-36.pyc and /dev/null differ diff --git a/FC15/migrations/__pycache__/0003_auto_20170926_1127.cpython-36.pyc b/FC15/migrations/__pycache__/0003_auto_20170926_1127.cpython-36.pyc deleted file mode 100644 index c25da4a..0000000 Binary files a/FC15/migrations/__pycache__/0003_auto_20170926_1127.cpython-36.pyc and /dev/null differ diff --git a/FC15/migrations/__pycache__/0004_fileinfo_origin_name.cpython-36.pyc b/FC15/migrations/__pycache__/0004_fileinfo_origin_name.cpython-36.pyc deleted file mode 100644 index 0a754f5..0000000 Binary files a/FC15/migrations/__pycache__/0004_fileinfo_origin_name.cpython-36.pyc and /dev/null differ diff --git a/FC15/migrations/__pycache__/0005_userinfo_activated.cpython-36.pyc b/FC15/migrations/__pycache__/0005_userinfo_activated.cpython-36.pyc deleted file mode 100644 index cd0ebeb..0000000 Binary files a/FC15/migrations/__pycache__/0005_userinfo_activated.cpython-36.pyc and /dev/null differ diff --git a/FC15/migrations/__pycache__/0006_emailactivate.cpython-36.pyc b/FC15/migrations/__pycache__/0006_emailactivate.cpython-36.pyc deleted file mode 100644 index 504cbd8..0000000 Binary files a/FC15/migrations/__pycache__/0006_emailactivate.cpython-36.pyc and /dev/null differ diff --git a/FC15/migrations/__pycache__/0007_passwordreset.cpython-36.pyc b/FC15/migrations/__pycache__/0007_passwordreset.cpython-36.pyc deleted file mode 100644 index bad9484..0000000 Binary files a/FC15/migrations/__pycache__/0007_passwordreset.cpython-36.pyc and /dev/null differ diff --git a/FC15/migrations/__pycache__/0008_auto_20170930_2330.cpython-36.pyc b/FC15/migrations/__pycache__/0008_auto_20170930_2330.cpython-36.pyc deleted file mode 100644 index 0afc6d4..0000000 Binary files a/FC15/migrations/__pycache__/0008_auto_20170930_2330.cpython-36.pyc and /dev/null differ diff --git a/FC15/migrations/__pycache__/0009_teaminfo_members.cpython-36.pyc b/FC15/migrations/__pycache__/0009_teaminfo_members.cpython-36.pyc deleted file mode 100644 index 5d2b744..0000000 Binary files a/FC15/migrations/__pycache__/0009_teaminfo_members.cpython-36.pyc and /dev/null differ diff --git a/FC15/migrations/__pycache__/0010_auto_20171006_1542.cpython-36.pyc b/FC15/migrations/__pycache__/0010_auto_20171006_1542.cpython-36.pyc deleted file mode 100644 index d750831..0000000 Binary files a/FC15/migrations/__pycache__/0010_auto_20171006_1542.cpython-36.pyc and /dev/null differ diff --git a/FC15/migrations/__pycache__/0011_fileinfo_exact_name.cpython-36.pyc b/FC15/migrations/__pycache__/0011_fileinfo_exact_name.cpython-36.pyc deleted file mode 100644 index 70fda18..0000000 Binary files a/FC15/migrations/__pycache__/0011_fileinfo_exact_name.cpython-36.pyc and /dev/null differ diff --git a/FC15/migrations/__pycache__/0012_auto_20171006_1635.cpython-36.pyc b/FC15/migrations/__pycache__/0012_auto_20171006_1635.cpython-36.pyc deleted file mode 100644 index f221f85..0000000 Binary files a/FC15/migrations/__pycache__/0012_auto_20171006_1635.cpython-36.pyc and /dev/null differ diff --git a/FC15/migrations/__pycache__/__init__.cpython-36.pyc b/FC15/migrations/__pycache__/__init__.cpython-36.pyc deleted file mode 100644 index 9402bf2..0000000 Binary files a/FC15/migrations/__pycache__/__init__.cpython-36.pyc and /dev/null differ diff --git a/FC15Website/__pycache__/__init__.cpython-36.pyc b/FC15Website/__pycache__/__init__.cpython-36.pyc deleted file mode 100644 index 10ec1d4..0000000 Binary files a/FC15Website/__pycache__/__init__.cpython-36.pyc and /dev/null differ diff --git a/FC15Website/__pycache__/settings.cpython-36.pyc b/FC15Website/__pycache__/settings.cpython-36.pyc deleted file mode 100644 index 96a2eae..0000000 Binary files a/FC15Website/__pycache__/settings.cpython-36.pyc and /dev/null differ diff --git a/FC15Website/__pycache__/urls.cpython-36.pyc b/FC15Website/__pycache__/urls.cpython-36.pyc deleted file mode 100644 index 4cee240..0000000 Binary files a/FC15Website/__pycache__/urls.cpython-36.pyc and /dev/null differ diff --git a/FC15Website/__pycache__/wsgi.cpython-36.pyc b/FC15Website/__pycache__/wsgi.cpython-36.pyc deleted file mode 100644 index a699d86..0000000 Binary files a/FC15Website/__pycache__/wsgi.cpython-36.pyc and /dev/null differ diff --git a/app/__pycache__/__init__.cpython-36.pyc b/app/__pycache__/__init__.cpython-36.pyc deleted file mode 100644 index 82382d9..0000000 Binary files a/app/__pycache__/__init__.cpython-36.pyc and /dev/null differ diff --git a/app/__pycache__/forms.cpython-36.pyc b/app/__pycache__/forms.cpython-36.pyc deleted file mode 100644 index 72c2335..0000000 Binary files a/app/__pycache__/forms.cpython-36.pyc and /dev/null differ diff --git a/app/__pycache__/models.cpython-36.pyc b/app/__pycache__/models.cpython-36.pyc deleted file mode 100644 index a5f7078..0000000 Binary files a/app/__pycache__/models.cpython-36.pyc and /dev/null differ diff --git a/app/__pycache__/views.cpython-36.pyc b/app/__pycache__/views.cpython-36.pyc deleted file mode 100644 index 3851833..0000000 Binary files a/app/__pycache__/views.cpython-36.pyc and /dev/null differ diff --git a/app/migrations/__pycache__/__init__.cpython-36.pyc b/app/migrations/__pycache__/__init__.cpython-36.pyc deleted file mode 100644 index f5b959d..0000000 Binary files a/app/migrations/__pycache__/__init__.cpython-36.pyc and /dev/null differ diff --git a/db.sqlite3 b/db.sqlite3 deleted file mode 100644 index e1c2f00..0000000 Binary files a/db.sqlite3 and /dev/null differ