docling-parser / .gitignore
sidoutcome's picture
Initial commit: Docling Parser API
5052def
raw
history blame contribute delete
305 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
*.egg-info/
dist/
build/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Testing
.pytest_cache/
.coverage
htmlcov/
# Temp files
*.tmp
*.temp
temp/
tmp/
# Model cache
.cache/
models/
# OS
.DS_Store
Thumbs.db
# Environment
.env
.env.local