# Python __pycache__/ *.py[cod] *$py.class # Virtual environments .venv/ venv/ ENV/ env/ # Distribution / packaging build/ dist/`` *.egg-info/ .eggs/ # Installer logs pip-log.txt`` pip-delete-this-directory.txt # Unit test / coverage .pytest_cache/ .coverage coverage.xml # IDEs and editors .vscode/ .idea/ *.sublime-workspace *.sublime-project # Mac .DS_Store # Logs and local data logs/ *.log /data/ # Requests store and operator notifications (sensitive/ephemeral) data/requests.json data/operator_notifications.log # Python virtualenvs .python-version # Jupyter .ipynb_checkpoints/ # Misc *.sqlite3 *.env .env # Ignore compiled C extensions *.so # Node node_modules/ # Terraform .terraform/ # Local system files Thumbs.db