PDF-Redaction-API / .dockerignore
Sammi1211's picture
adding url support
af107f1
raw
history blame contribute delete
239 Bytes
__pycache__
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info
dist
build
.git
.gitignore
.env
.venv
venv/
env/
*.log
.DS_Store
.pytest_cache
.coverage
htmlcov/
uploads/*
outputs/*
!uploads/.gitkeep
!outputs/.gitkeep
*.pdf
README.md
.github/