Init commit with level 1 python source

This commit is contained in:
2026-02-07 23:37:37 +02:00
commit dde11ddebe
26 changed files with 2049 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Python excludes
.venv/*
.pytest_cache/*
*__pycache__*
# IDEs
.idea/*