Initial commit: InboundVerify automation scripts for logistics data processing

This commit is contained in:
Misaka_Company
2026-06-15 18:18:51 +08:00
commit e5205760a0
3 changed files with 539 additions and 0 deletions

60
.gitignore vendored Normal file
View File

@@ -0,0 +1,60 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
.venv/
venv/
ENV/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
desktop.ini
# Project specific
downloads/
*.xlsx
*.xls
*.log
# Environment variables
.env
.env.local
# Playwright
.playwright/
ms-playwright/
# Claude
.claude/
# Memory
memory/
MEMORY.md