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

# filesystem
.DS_Store

# editors
.vscode/
.idea/
*.swp
.bloop/
.metals/

# python
venv/
__pycache__/
*.py[cod]
.Python
/build/
dist/
*.egg-info/

# pytest
htmlcov/
.coverage
.coverage.*
.cache
coverage.xml
*.py,cover
.pytest_cache/

# hypothesis
.hypothesis/

# prettier
node_modules/

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

dyff/_version.py
