pdf-trainer-worker / .dockerignore
Avinashnalla7's picture
Add save-config webhook + gmail_auth helper
20919fe
raw
history blame contribute delete
307 Bytes
# secrets
.env
_local_secrets/
# oauth files (should be provided via env/volume, not baked into images)
backend/credentials.json
backend/token.json
**/credentials.json
**/token.json
# runtime artifacts
backend/worker/tmp/
backend/worker/uploads/
__pycache__/
*.pyc
.DS_Store
# local tooling
.venv/
.git/