__pycache__
build/
.eggs/
*.egg-info/
dist/
.*sw*
/.vscode
/tmp
/dask-worker-space/*.lock
/doc/source/apidoc
# cache (pip, mypy, pytest)
/.*cache/
# https://code.visualstudio.com/docs/python/environments#_environment-variable-definitions-file
/.env
# default vscode virtualenv
# https://code.visualstudio.com/docs/python/environments#_create-a-virtual-environment-in-the-terminal
/.venv/
# cache (pip, mypy, pytest)
/.*cache/
# generated build files
/asgard/core/math.c
/asgard/core/math.html
/asgard/core/math.*.so
# test artifacts
/tests/validations/msi_validation/
# test logs
*.log
*.bak
*.pdf
