# SPDX-FileCopyrightText: 2026 Toon Verstraelen <Toon.Verstraelen@UGent.be>
# SPDX-License-Identifier: LGPL-3.0-or-later

# Environment
.envrc
.mypy_cache/
.pytest_cache/
.ruff_cache/
.venv/
uv.lock
tmp/

# Documentation
.cache/
site/

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

# Tokens
*token*
