Initial Commit

This commit is contained in:
2025-08-14 13:23:01 +02:00
commit 706f0caab0
14 changed files with 2147 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
**/build
**/target
**/home
**/nbproject
**/.nb-gradle
**/.gradle
**/*.dll
**/.*~
**/*.jar
**/*.log
**/gradle.properties
**/.nb-gradle-properties
**/nbactions.xml
**/*.class
**/lib/
**/src/main/python/pshell/__pycache__/
**/src/main/assembly/script/Lib/__pycache__/
/.jython_cache/