| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| venv/ | |
| env/ | |
| .env | |
| # Work directories (uploaded/processed files) | |
| work/ | |
| outputs/ | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Logs | |
| *.log | |
| # Tesseract/DLLs (not needed for deployment) | |
| *.exe | |
| *.dll | |
| tessdata/ | |
| doc/ | |
| *.html | |
| !static/**/*.html | |