# Dependencies
node_modules/
package-lock.json

# Environment variables
.env

# Service Credentials (contains private keys - NEVER commit!)
service-credentials.json
service-credentials*.json
*-service-credentials.json

# Logs
*.log
npm-debug.log*

# OS files
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/
*.swp
*.swo

# Upload tracking
.upload-cache/

