Files
test_item_gen/.gitignore
2026-02-04 14:42:45 +08:00

59 lines
576 B
Plaintext

# 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
# 数据文件
./需求提取
IMPLEMENTATION_SUMMARY.md
AGENTS.md
QUICKSTART.md
json_parse_plan.md
prompt_optimization.md
ui_change_plan.md