Files
playwrite/.gitignore
Misaka_Company bbf84b7f8c 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
2026-01-23 15:00:55 +08:00

20 lines
171 B
Plaintext

__pycache__/
.venv
build
dist
log
*.spec
temp
# Claude 临时文件
.claude/
tmpclaude-*
*.log
*workspace*
*.png
data/
orderID.txt
ProductionID.txt
# 测试脚本
tests/