# Files rsync must never copy to (or delete from) the production server. # .env and the credential JSONs live ONLY on the server; the runner must never # overwrite them. dashboard.html is regenerated by run.py on the server and is # not part of the source tree. .env .env.example .git/ .gitignore .gitlab-ci.yml .deploy-exclude .venv/ __pycache__/ *.pyc *.log .DS_Store .idea/ .vscode/ .claude/ service-account*.json credentials*.json oauth-client.json ga4-token.json dashboard.html