Files
pycord-rest/.copywrite.hcl
2025-03-08 18:16:37 +01:00

17 lines
255 B
HCL

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