Initial commit: AI Interview System
This commit is contained in:
50
.gitignore
vendored
Normal file
50
.gitignore
vendored
Normal 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/
|
||||
Reference in New Issue
Block a user