Add complete scanner-workflow project with auto-scan functionality
This commit is contained in:
29
scanner/scanner-workflow/.gitignore
vendored
Normal file
29
scanner/scanner-workflow/.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user