# This file specifies files that are *not* uploaded to Google Cloud
# using gcloud. It follows the same syntax as .gitignore, with the addition of
# "#!include" directives (which insert the entries of the given .gitignore-style
# file at that point).

.gcloudignore
.git
.gitignore

node_modules
npm-debug.log

# Local environment and test files
.env
.env.local
*.log

# SQLite database files (will use Cloud SQL instead)
data/*.sqlite
data/*.sqlite-shm
data/*.sqlite-wal

# Local uploads (will use Cloud Storage instead)
uploads/*
!uploads/.gitkeep

# IDE files
.vscode
.idea
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db

# Documentation
README.md

