challenge-b / .gitignore
NEXAS's picture
Upload 23 files
109bdd3 verified
raw
history blame contribute delete
339 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
ENV/
# IDEs
.vscode/
.idea/
# Project Specific
.env
.llama_cache/
test_cache/
*.pdf
*.log
# Docling/Models
models/
.cache/