🎉 First commit

This commit is contained in:
Paillat
2025-12-08 13:28:28 +01:00
committed by Paillat-dev
commit dd77e3d433
26 changed files with 2294 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 = "NiceBots"
header_ignore = [
".venv/**",
"logs/**",
".idea/**",
".git/**",
".vscode/**",
"__pycache__/**",
"*.pyc",
"src/flagwaver/**"
]
}