.git
.gitignore
.dockerignore

# Dependencies (installed inside the image)
node_modules
npm-debug.log*

# Secrets and local runtime state
.env
.env.*
config.json
config/wbxTokens.json
config/google-service-account.json
config/*-service-account.json
googleData.json
*.pem
*.key

# Legacy top-level scripts (deleted after refactor but ignored defensively)
get911.js
getMeeting.js
phoneFix.js
storeAddress.js

# Local scripts/tooling not needed at runtime
scripts/
eslint.config.js
.prettierrc.json
.prettierignore

# Remote-agent packaging (its own Dockerfile / image; not part of the bot image)
docker/

# Docs and generated output
*.md
*.log
*.zip
*.csv

# OS / editor cruft
.DS_Store
.vscode/
.idea/
