*.egg-info
*.pyc
*.directory

dist/
build/
bundle.js

# Exclude results of testing the bundled images, but include
# the yaml's beginning with "current", as they are test assets
tests/assets/*.pdf
tests/assets/*.yaml
!tests/assets/current_*.yaml

public/

#KDE files
*.kate-swp
*.backup

# VSC files
.vscode/
.venv/*