# SPDX-FileCopyrightText: 2024 Jan Schmitz <schmitz@num.uni-sb.de>
#
# SPDX-License-Identifier: CC0-1.0

*.o
*.out
build/*

# include single testlog file to compare errors between branches
!build/meson-logs/
!build/meson-logs/testlog.junit.xml

.pre-commit-config.yaml

# doxygen
html/*

# gcovr
coverage.html

# nix
result
.cache
.data
.direnv

# Python
.venv
__pycache__
dist
