initial_commit

This commit is contained in:
2025-05-28 19:46:24 +02:00
commit 8b80f1fd28
6 changed files with 261 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
# Ignore everything
*
# But not these!
!.gitignore
!README.md
!*.py
!*.template
# Optional: Keep subdirectories and their Python files
!*/