54 lines
689 B
Plaintext
54 lines
689 B
Plaintext
# OS
|
|
.DS_Store
|
|
**/.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor / local tooling
|
|
.cursor/
|
|
.idea/inspectionProfiles/
|
|
*.swp
|
|
AES-front/.npmrc
|
|
AES-front/pnpm-workspace.yaml
|
|
|
|
# Dependencies and build output
|
|
node_modules/
|
|
**/node_modules/
|
|
AES/target/
|
|
**/target/
|
|
dist/
|
|
*.class
|
|
|
|
# Unrelated local documents
|
|
211310132.pdf
|
|
211310509.pdf
|
|
docs/需求说明.mp4
|
|
docs/通用语音识别_需求说明.mp4 (1).txt
|
|
docs/自动评分系统/
|
|
|
|
# Binary / media files (keep already-tracked assets)
|
|
*.pdf
|
|
*.mp4
|
|
*.mp3
|
|
*.wav
|
|
*.zip
|
|
*.rar
|
|
*.7z
|
|
*.doc
|
|
*.docx
|
|
*.xls
|
|
*.xlsx
|
|
*.ppt
|
|
*.pptx
|
|
*.jar
|
|
*.war
|
|
|
|
# Runtime uploads and empty local dumps
|
|
upload/
|
|
dependency-tree.txt
|
|
AES/停用词.txt
|
|
|
|
# Logs and Python cache
|
|
*.log
|
|
__pycache__/
|
|
*.pyc
|