# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual Environment venv/ env/ ENV/ .venv # IDEs .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Environment variables .env .env.local .env.*.local # Logs *.log logs/ # Database *.db *.sqlite *.sqlite3 # Docker .dockerignore # Application specific /app/app/dump.json dump.json *.dump # Kubernetes *.kubeconfig # Testing .pytest_cache/ .coverage htmlcov/ .tox/ .hypothesis/ # Jupyter Notebook .ipynb_checkpoints # pyenv .python-version # mypy .mypy_cache/ .dmypy.json dmypy.json # Pyre type checker .pyre/ # Project specific config/groups.json config/jira_mapping.json