🎉 Added IHK project documentation files and script for generating documents 🎨📚

This commit is contained in:
2025-06-04 13:57:07 +02:00
parent 6bce0b4f9a
commit c853817c02
10 changed files with 713 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(pip install:*)",
"Bash(python3 -m pip install:*)",
"Bash(apt list:*)",
"Bash(python3:*)",
"Bash(ls:*)"
],
"deny": []
}
}