.git
.gitignore
.venv*
**/__pycache__
**/*.pyc
build
release
debug
lumaops/frontend/node_modules
lumaops/frontend/dist
lumaops/frontend/coverage
lumaops/backend/.mypy_cache
lumaops/backend/.pytest_cache
docs/screenshots

