diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2c52b66 --- /dev/null +++ b/.gitignore @@ -0,0 +1,106 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +.hidden + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST +.npmrc + +# 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/ +.pytest_cache/ +app/frontend/reports/ +app/frontend/src/coverage/ + +# Translations +*.mo +*.pot + +# Django stuff: +*.log +.media/ +*.sqlite3 +.ipython/ +media + +# 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 + +# Environments +.env +.venv +env/ +venv/ + + +# OSX +.DS_Store + +# vscode +.vscode/ + +# pycharm +.idea/ + +.flake8 + +bin/deploy.sh diff --git a/test_app/__init__.pyc b/test_app/__init__.pyc deleted file mode 100644 index 1a28544..0000000 Binary files a/test_app/__init__.pyc and /dev/null differ diff --git a/test_app/settings.pyc b/test_app/settings.pyc deleted file mode 100644 index cd79dfa..0000000 Binary files a/test_app/settings.pyc and /dev/null differ diff --git a/test_app/tests/__pycache__/__init__.cpython-37.pyc b/test_app/tests/__pycache__/__init__.cpython-37.pyc deleted file mode 100644 index 4f168d9..0000000 Binary files a/test_app/tests/__pycache__/__init__.cpython-37.pyc and /dev/null differ diff --git a/test_app/tests/__pycache__/test_utils.cpython-37.pyc b/test_app/tests/__pycache__/test_utils.cpython-37.pyc deleted file mode 100644 index e83505b..0000000 Binary files a/test_app/tests/__pycache__/test_utils.cpython-37.pyc and /dev/null differ