first commit

This commit is contained in:
闫旭隆
2025-10-17 09:31:28 +08:00
commit 4698145045
589 changed files with 196795 additions and 0 deletions

57
AIEC-RAG/.dockerignore Normal file
View File

@ -0,0 +1,57 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.pytest_cache/
.coverage
htmlcov/
# 虚拟环境
venv/
env/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
# Git
.git/
.gitignore
# 环境变量(包含敏感信息)
.env
.env.*
# 测试数据
*.pkl
test_*.py
*_test.py
# 日志和输出
*.log
api_outputs/
logs/
# 文档
*.md
docs/
# 系统文件
.DS_Store
Thumbs.db
# Claude相关
.claude/
# 临时文件
*.tmp
*.bak
*.backup