# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ pip-wheel-metadata/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST *.manifest *.spec # Virtual Environments .venv/ venv/ ENV/ env/ .ENV/ .env/ virtualenv/ VIRTUAL_ENV/ # IDEs .vscode/ .idea/ *.swp *.swo *~ .project .pydevproject .settings/ *.sublime-project *.sublime-workspace # Environment variables .env .env.local .env.*.local .env.development .env.production .env.test *.env # Testing .pytest_cache/ .coverage .coverage.* htmlcov/ .tox/ .nox/ .hypothesis/ .pytest_cache/ nosetests.xml coverage.xml *.cover *.log .cache # Jupyter Notebook .ipynb_checkpoints *.ipynb # pyenv .python-version # mypy .mypy_cache/ .dmypy.json dmypy.json # Pyre type checker .pyre/ # OS .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db Desktop.ini # Docker *.log docker-compose.override.yml # Database *.db *.sqlite *.sqlite3 postgres_data/ minio_data/ # Logs logs/ *.log *.log.* # Temporary files tmp/ temp/ *.tmp *.bak *.swp *~ # Project specific autorization/ *.md.bak