*.egg-info
*.pyc
*.directory
*.save

dist/
build/
bundle.js

#KDE files
*.kate-swp
*.backup

# VSC files
.vscode/

gitbuilding/static/webapp
gitbuilding/static/3d-viewer.js
gitbuilding/static/search.js

node_modules

#virtual environments
.venv


#codecov
.coverage
htmlcov
coverage.xml
