chore(docling): add .gitignore and .dockerignore

Exclude __pycache__, .pyc files from git tracking and Docker build context.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-02-07 07:30:05 -08:00
parent 73dee93d19
commit 9b357fe01c
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,6 @@
__pycache__
*.pyc
*.pyo
.git
.venv
.env

View File

@ -0,0 +1,4 @@
__pycache__/
*.pyc
*.pyo
.venv/