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

# filesystem
.DS_Store

# editors
.vscode/
*.swp
.idea/

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

# node
node_modules/

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

# ipython
.ipynb_checkpoints
profile_default/
ipython_config.py

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# secrets
env.sh
settings.yml
settings.yaml
