First commit

This commit is contained in:
2025-05-03 23:49:48 +02:00
commit d1548b6e8a
17 changed files with 1153 additions and 0 deletions

17
.copywrite.hcl Normal file
View File

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