Added Nbgrader

This commit is contained in:
2025-07-15 18:40:59 +02:00
parent a6db921bea
commit d7e7733166
25 changed files with 1354 additions and 17 deletions

22
.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
# --- This Project ---#
data/
logs/
.env
# Docker secrets
/secrets/
*.secret
*.key
*.pem
*.crt
# --- OS & Temp Files ---
.DS_Store
Thumbs.db
*.swp
*.swo
*.tmp
*~
~$*