*.swp
.vscode

# Ignore build artifacts
build/

# Ignore .cache directory generated by clangd
.cache/

# Ignore any Python Virtual Environments
.venv/

# Ignore any pycache files
__pycache__/

# documentation artifacts
_build/
_images/
_static/
_templates/
_toc.yml
docBin/
_doxygen/
_ext
