ocr-api / .gitignore
Soumik Bose
go
3ddb265
# Environment Variables
.env
.env.local
.env.*.local
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual Environments
venv/
env/
ENV/
env.bak/
venv.bak/
.venv
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Jupyter Notebook
.ipynb_checkpoints
# PyCharm
.idea/
# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/
# Logs
*.log
logs/
*.log.*
# Temporary files
*.tmp
*.temp
temp/
tmp/
*.bak
# OCR Processing files
uploads/
processed/
output/
samples/
*.pdf
*.jpg
*.jpeg
*.png
*.bmp
*.webp
*.tiff
# Docker
*.env.docker
docker-compose.override.yml
# OS
Thumbs.db
.DS_Store
*.swp
# Database
*.db
*.sqlite
*.sqlite3
# Cache
.cache/
*.cache
__pycache__/
.mypy_cache/
.dmypy.json
dmypy.json
# Model files (if downloading OCR models)
*.onnx
models/
weights/
# Hugging Face cache
.huggingface/
# Node modules (if using any JS tooling)
node_modules/
# Secrets and certificates
*.pem
*.key
*.crt
secrets/
credentials/