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:
parent
73dee93d19
commit
9b357fe01c
|
|
@ -0,0 +1,6 @@
|
||||||
|
__pycache__
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
.git
|
||||||
|
.venv
|
||||||
|
.env
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
.venv/
|
||||||
Loading…
Reference in New Issue