Initial commit: AI Interview System

This commit is contained in:
111
2026-01-23 13:57:48 +08:00
commit 95770afe21
127 changed files with 24686 additions and 0 deletions

50
.gitignore vendored Normal file
View File

@@ -0,0 +1,50 @@
# 环境变量
.env
.env.local
.env.*.local
# 依赖目录
node_modules/
venv/
__pycache__/
# 构建产物
dist/
build/
*.egg-info/
# IDE 配置
.vscode/
.idea/
*.swp
*.swo
*~
# 系统文件
.DS_Store
Thumbs.db
# 日志文件
*.log
logs/
# 临时文件
tmp/
temp/
*.tmp
# 敏感信息
*credentials*.json
*secret*.json
*.pem
*.key
# 本地历史
.history/
# 测试覆盖率
coverage/
.nyc_output/
# n8n 本地数据(如有)
.n8n/