handwriting-ocr / .gitignore
Raymond Weitekamp
feat: add environment variable support and improve dataset submission
0d3abd2
raw
history blame contribute delete
287 Bytes
# Virtual Environment
venv/
env/
.env/
# Python
__pycache__/
*.py[cod]
*$py.class
.Python
*.so
.pytest_cache/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Gradio
flagged/
gradio_cached_examples/
# OS
.DS_Store
Thumbs.db
test-image.png
/chrome_profile/
auth_state.json
.env
*.env
.env.*