# byte compiled
*.py[cod]
__pycache__

# packaging
*.egg-info/
dist/

# ide's
.idea/
.ipynb_checkpoints/
**/.DS_Store

# testing
.benchmarks/
.pytest_cache/
.tox/
TEST_OUTPUT/

# coverage
.coverage
.htmlcov
coverage.xml

# other tools
.mypy_cache/
/tvb_framework/tvb/interfaces/web/static/help/
/tvb_build/docker/step1/
/tvb_build/build

/tvb_build/docker/*keycloak*
/tvb_build/docker/private_upload_key.pem
/tvb_build/docker/public_key.pem
