docs: update project structure and add database documentation
- 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
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -13,4 +13,8 @@ tmpclaude-*
|
||||
*workspace*
|
||||
*.png
|
||||
data/
|
||||
orderID.txt
|
||||
orderID.txt
|
||||
ProductionID.txt
|
||||
|
||||
# 测试脚本
|
||||
tests/
|
||||
Reference in New Issue
Block a user