init: project skeleton with directory structure

This commit is contained in:
xianren
2026-04-04 17:30:57 +08:00
commit b32fa3db7c
4 changed files with 34 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
__pycache__/
*.pyc
.env
.venv/
*.egg-info/
dist/
build/
.DS_Store
teachers/*/
!teachers/.gitkeep