image-to-google-discover / .vercelignore
mhd7music
Your descriptive commit message here
a6912c3
raw
history blame contribute delete
539 Bytes
# Vercel Ignore File
# Python specific cache/compiled files
__pycache__/
*.pyc
*.pyo
# Virtual environment folders (common names)
.venv/
venv/
env/
# Local environment variables file
.env
# IDE / Editor specific folders
.vscode/
.idea/
# Local uploads directory - VERY IMPORTANT!
# Uploaded files are runtime data, not part of the deployed code.
app/static/uploads/
# Git directory (Vercel usually ignores this anyway)
.git/
# Operating System files
.DS_Store
Thumbs.db
# Log files
*.log
# Local databases (if any)
*.sqlite3
*.db