# SPDX-FileCopyrightText: 2024 Toon Verstraelen <Toon.Verstraelen@UGent.be>
# SPDX-License-Identifier: LGPL-3.0-or-later
# Local dev environment
.envrc
.idea
.local
tmp
site/
venv/
.venv/
.ruff_cache
.pytest_cache
notes.md
uv.lock

# Python and packaging
__pycache__
*.egg-info
dist
build
_version.py

# StepUp Core specifics
docs/.stepup

# Temporary files
*.swp

# NodeJS (for markdownlint)
node_modules/
package-lock.json
package.json
