# Python __pycache__/ *.py[cod] *$py.class .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg venv/ .venv/ ENV/ # IDE .idea/ .vscode/ *.swp *.swo *~ # Testing .tox/ .nox/ .coverage htmlcov/ .pytest_cache/ # Terraform .terraform/ *.tfstate *.tfstate.* *.tfplan crash.log # Secrets .env *.pem *.key secrets/ # OS .DS_Store Thumbs.db # Temp /tmp/ *.log