- Add tests/ directory to .gitignore - Document database connectivity with pyodbc and config - Add project structure and file organization guidelines - Update installation steps to use requirements.txt - Document new dependencies: pandas, openpyxl, pyodbc
20 lines
171 B
Plaintext
20 lines
171 B
Plaintext
__pycache__/
|
|
.venv
|
|
build
|
|
dist
|
|
log
|
|
*.spec
|
|
temp
|
|
|
|
# Claude 临时文件
|
|
.claude/
|
|
tmpclaude-*
|
|
*.log
|
|
*workspace*
|
|
*.png
|
|
data/
|
|
orderID.txt
|
|
ProductionID.txt
|
|
|
|
# 测试脚本
|
|
tests/ |