Add complete scanner-workflow project with auto-scan functionality

This commit is contained in:
quiet
2026-02-14 19:55:08 -06:00
parent f2714198f9
commit 41ec7e94e7
6 changed files with 530 additions and 0 deletions

29
scanner/scanner-workflow/.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
# Environment variables with API keys
.env
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
# IDEs
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Scan directory (generated files)
scans/*.pdf
scans/*.json
# Logs
*.log