init rep
This commit is contained in:
55
.gitignore
vendored
Normal file
55
.gitignore
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
env/
|
||||
venv/
|
||||
.venv/
|
||||
ENV/
|
||||
build/
|
||||
develop-eggs/
|
||||
dist/
|
||||
downloads/
|
||||
eggs/
|
||||
.eggs/
|
||||
lib/
|
||||
lib64/
|
||||
parts/
|
||||
sdist/
|
||||
var/
|
||||
wheels/
|
||||
*.egg-info/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# 项目特定
|
||||
uploads/
|
||||
outputs/
|
||||
*.json
|
||||
!config/*.yaml
|
||||
!config/*.json
|
||||
|
||||
# 配置文件(包含敏感信息)
|
||||
config/api_config.yaml
|
||||
|
||||
# Streamlit
|
||||
.streamlit/
|
||||
|
||||
# 系统文件
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# 数据文件
|
||||
./需求提取
|
||||
*.md
|
||||
*.docx
|
||||
*.xlsx
|
||||
Reference in New Issue
Block a user