🎉 Initial commit

This commit is contained in:
2025-03-08 18:16:37 +01:00
parent 51d66dd06b
commit 803f6798a6
10 changed files with 960 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",
]
}