
# Operation system file preview databases
.DS_Store
Thumbs.db

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

# Ignores Python virtual environments
.*venv

# Build output of the backend
__pycache__
source/backend/dist/
source/backend/virelay/frontend
source/backend/virelay/version.py

# MyPy type information cache
.mypy_cache

# Testing and coverage output
.tox
.coverage
.coverage.*
.pytest_cache
htmlcov

# Angular cache
.angular
.sass-cache

# Dependencies of the frontend installed via NPM
node_modules
npm-debug.log

# Build output of the frontend
source/frontend/distribution

# 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

# Documentation build output and autogenerated files
docs/build
docs/doctree
docs/source/_generated
docs/source/api-reference/*
!docs/source/api-reference/index.rst

# Trained models and datasets/attributions/analyses
*.pt
*.h5
*.hdf5
project.yaml
label-map.json
test-project

# To do lists
TODO.md
