# SPDX-FileCopyrightText: 2024 UL Research Institutes
# SPDX-License-Identifier: Apache-2.0

# filesystem
.DS_Store

# editors
.vscode/
*.swp

# python
venv/
__pycache__/
*.pyc
build/
dist/
*.egg-info/
_version.py

# node
node_modules/

# pytest
htmlcov/
.coverage
.coverage.*
.cache
coverage.xml
.pytest_cache/
