a2ae74d582
- Backend: auth refresh reuse, schedule/retry/sync/agent/files fixes - Frontend: push WS, files ETag browse, vite build assets - Docs: audit/changelog, production deploy gate, bug scan registry B7-77 - Deploy: deploy-production.sh, prune assets, gate logs
30 lines
326 B
Plaintext
30 lines
326 B
Plaintext
.git
|
|
.gitignore
|
|
.claude
|
|
.cursor
|
|
**/__pycache__
|
|
**/*.pyc
|
|
**/.pytest_cache
|
|
**/.mypy_cache
|
|
**/.ruff_cache
|
|
.coverage
|
|
htmlcov/
|
|
|
|
frontend/node_modules
|
|
frontend/dist
|
|
node_modules
|
|
|
|
.env
|
|
docker/.env
|
|
docker/runtime
|
|
|
|
tests/
|
|
docs/
|
|
standards/
|
|
*.md
|
|
!docker/README.md
|
|
|
|
web/uploads
|
|
backups/
|
|
deploy/gate_log.jsonl
|