# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Build outputs
dist/
build/

# Environment variables (CRITICAL - NEVER COMMIT)
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.env.*.local

# API Keys and Secrets (SECURITY)
**/google-maps-key.txt
**/api-keys.json
**/*-credentials.json
**/*.pem
**/*.key

# IDE files
.vscode/
.idea/

# OS files
.DS_Store
Thumbs.db


# Python cache
# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Build outputs
dist/
build/

# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# IDE files
.vscode/
.idea/

# OS files
.DS_Store
Thumbs.db


# Python cache
__pycache__/

ERROR_FIX_SUMMARY.md
TIMELINE_UPDATE_SUMMARY.md
VISIT_BOOKING_TEST.md
auth-fix.html
build-simple.cjs
debug-backend.js
fix_financials.py
integrate_gateway.py
login-signup.schema
public/debug-startup.js
restore_function.py
test-endpoints.js
update_financials.py
VOICE_ASSISTANT_ENHANCEMENT.md