# https://github.com/github/gitignore/blob/main/Python.gitignore
.idea/
venv
*.pyc
*.pyo
__pycache__/
*.log

# for aws profile etc
local.yml
/tests/logs/
/tests/**/.env
/dist/
/pyproject.zip
