Add initial configuration files for GitHub Actions and copywrite checks

This commit is contained in:
2025-05-03 17:44:37 +02:00
parent fceb49ac29
commit 1ecccaee9a
4 changed files with 148 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",
]
}