# See https://stackoverflow.com/questions/5533050/gitignore-exclude-folder-but-include-specific-subfolder
# to understand pattern used to include .idea/codeStyleSettings.xml but not the rest of .idea/
!.idea/
.idea/*
!.idea/codeStyleSettings.xml
*.bak
*.egg
*.egg-info/
*.pyc
.cache/
.coverage
.coverage.*
.eggs/
.tox/
amps-standalone*
coverage.xml
dist/
docs/_build
docs/build
encrypt-credentials.sh
pip-wheel-metadata/
reports
reports/
setenv.sh
settings.py
test-quick
tests/settings.py
tests/test-reports-*/*
**/*.log
/.python-version
/CHANGELOG
/ChangeLog
/AUTHORS
/tests/build
/.pytest_cache
/.vscode
/node_modules
.mypy_cache/
