# --- System & Git ---
.git
.gitignore
.DS_Store

# --- Backend Files (Do not expose these!) ---
server.js
package.json
package-lock.json
node_modules

# --- Sub-projects (Already deployed separately) ---
tracking-api

# --- CapRover/Docker Build Files ---
captain-definition
Dockerfile