
# Operating system file preview databases
.DS_Store
Thumbs.db

# IDE and code editor configurations
.exrc
.idea
.vimrc
.vs/
.vscode/
*.sublime-workspace

# To do lists
TODO.md

# Configuration file for HTML-Validate, which are symlinked into the root directory, because the Visual Studio Code extension for HTML-Validate
# requires the configuration file to be in the root directory
/.htmlvalidate.js

# Build output, installed packages, and caches of the frontend
.angular/
.sass-cache/
node_modules/
npm-debug.log
source/frontend/distribution/

# Build output, virtual environments, linting and testing caches, and coverage reports of the backend
__pycache__/
.*venv/
.coverage
.coverage.*
.mypy_cache/
.pytest_cache/
.tox/
dist/
htmlcov/
source/backend/virelay/version.py

# Build output and autogenerated files of the documentation
docs/build/
docs/doctree/
docs/source/_generated/
docs/source/api-reference/*
!docs/source/api-reference/index.rst

# Test projects, datasets/attributions/analyses, and trained models
*.h5
*.hdf5
*.pt
label-map.json
project.yaml
test-project/
