ocr-detection / .gitignore
vungocthach1112's picture
Create GUI for OCR app
0169392
raw
history blame contribute delete
374 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
env/
ENV/
.env
.venv
env.bak/
venv.bak/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Streamlit
.streamlit/secrets.toml
# Logs and local files
*.log
.DS_Store
Thumbs.db
.env