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:
Misaka_Company
2026-01-23 15:00:55 +08:00
parent 4b0a882b69
commit bbf84b7f8c
9 changed files with 456 additions and 322 deletions

1
db/__init__.py Normal file
View File

@@ -0,0 +1 @@
# Database package