First Commit

This commit is contained in:
2025-04-23 17:59:51 +02:00
parent afaa02651d
commit 703a9aef34
16 changed files with 1372 additions and 0 deletions

16
.copywrite.hcl Normal file
View File

@@ -0,0 +1,16 @@
schema_version = 1
project {
license = "MIT"
copyright_year = 2025
copyright_holder = "Paillat-dev"
header_ignore = [
".venv/**",
"logs/**",
".idea/**",
".git/**",
".vscode/**",
"__pycache__/**",
"*.pyc",
]
}