准备上传

This commit is contained in:
2025-10-08 19:15:20 +08:00
parent 0aa7d55a23
commit 0e14a5fa1c
193 changed files with 14697 additions and 2461 deletions

35
backend/.gitignore vendored
View File

@@ -1,3 +1,38 @@
# Build artifacts
target/
dist/
*.jar
*.war
# Environment files (do not commit real secrets)
.env
.env.*
!env.example
# Logs
logs/
*.log
run.log
# OS/IDE
.DS_Store
.idea/
.vscode/
*.iml
*.swp
# Python caches (txm)
**/__pycache__/
**/*.pyc
txm/venv/
txm/.venv/
txm/debug_out/
# Data (runtime uploads, keep out of source bundle)
data/
# Archives produced by scripts
backend_source_*.zip
HELP.md
target/
.mvn/wrapper/maven-wrapper.jar