Project restart

This commit is contained in:
2025-12-29 10:46:05 +01:00
commit 59d19cb48c
388 changed files with 48020 additions and 0 deletions

28
.gitignore vendored Normal file
View File

@@ -0,0 +1,28 @@
*__pycache__
build
dist
*.egg-info/
.env
/.project
/.pydevproject
/.vscode
/.venv
crash.tx*
report_test.tx*
*.autosave
*.swp
.buildinfo
_autosummary/
test/venv
test/tmp/*
test/validation/tmp
!test/tmp/.gitkeep
package/appimage/appimage-build*
package/appimage/*.zsync
package/appimage/*.AppImage
package/appimage/src
package/appimage/*.py
AppDir
doc/manual/doxygen
doc/manual/sphinx/build/*
doc/manual/sphinx/source/_build/*