# Created by https://www.gitignore.io/api/python, and modified... .vscode/ node_modules/ ### UNIX TEMP/BACKUP FILES ### *~ ### Mac OS X stuff ### Desktop DF Desktop DB .Spotlight-V100 .DS_Store .Trashes .com.apple.timemachine.supported .fseventsd .syncinfo .TemporaryItems report/ ### Python ### # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # C extensions *.so # Distribution / packaging .Python env/ build/ develop-eggs/ /dist/ server/static/dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ *.egg-info/ .installed.cfg *.egg # 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 MANIFEST *.spec # Installer logs pip-log.txt pip-delete-this-directory.txt # This App logs *.log # Unit test / coverage reports htmlcov/ .tox/ .coverage .coverage. .cache nosetests.xml coverage.xml *,cover .hypothesis/ # Translations *.mo *.pot # Sphinx documentation docs/_build/ # PyBuilder target/ # IPython Notebook .ipynb_checkpoints # pyenv .python-version # Eclipse .settings/ /pylint.out /.idea/ /main-ui.iml server/static/ server/templates/index.html .pytest_cache/ venv/ .venv/ .project docs/ server/development.py package-lock.json *.bak .env