mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-02-17 16:07:40 +01:00
213 lines
3.1 KiB
Plaintext
213 lines
3.1 KiB
Plaintext
# Binaries
|
|
/bin/
|
|
/pulse
|
|
/pulse-docker-agent
|
|
/pulse-sensor-proxy
|
|
/pulse-server
|
|
/pulse-test
|
|
/pulse-host-agent
|
|
/pulse-host-agent-*
|
|
/pulse-agent
|
|
/pulse-agent-*
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Data/Export files
|
|
active_subs.json
|
|
charges.json
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Development environment files
|
|
.dev-mode
|
|
.tmux.conf
|
|
.dev-aliases
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*.code-workspace
|
|
|
|
# Go
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.test
|
|
*.out
|
|
coverage.html
|
|
vendor/
|
|
test-pulse
|
|
|
|
# Node.js (for frontend-modern)
|
|
node_modules/
|
|
.npm/
|
|
.yarn/
|
|
frontend-modern/.vite/
|
|
frontend/
|
|
frontend-modern/public/download/
|
|
data/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
.env.devcontainer
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
*.tar.gz
|
|
pulse-fixes*.tar.gz
|
|
release/pulse-host-agent-*.tar.gz
|
|
scripts/macos/dist/
|
|
|
|
# Frontend copy for embedding (generated during build)
|
|
# Frontend build artifact for Go embedding
|
|
# This is auto-generated, DO NOT EDIT
|
|
internal/api/frontend-modern/
|
|
|
|
# AI assistant files (local development environment docs)
|
|
CLAUDE.md
|
|
.claude*
|
|
claude-*
|
|
fix-claude-*
|
|
backend
|
|
AGENTS.md
|
|
AI_DEVELOPMENT.md
|
|
.ai-coordination/
|
|
scripts/pulse-watchdog.sh
|
|
pulse-watchdog.log
|
|
.mcp-servers/
|
|
.codex/
|
|
|
|
# Release process files
|
|
CHANGELOG.md
|
|
pulse-release/
|
|
pulse-release-staging/
|
|
release/
|
|
|
|
# Development scripts
|
|
scripts/backend-watch.sh
|
|
temp/
|
|
RELEASE_CHECKLIST.md
|
|
DOCKER_PUSH_INSTRUCTIONS.md
|
|
|
|
# Testing and temporary files
|
|
testing-tools/*
|
|
!testing-tools/run_adaptive_soak.sh
|
|
manual-test*.md
|
|
verify-*.md
|
|
test-*.md
|
|
|
|
*.test.js
|
|
*.test.md
|
|
screenshots/
|
|
.devdata/
|
|
test-*.js
|
|
test-*.sh
|
|
!scripts/tests/test-sensor-proxy-http.sh
|
|
test-*.html
|
|
*.backup.*
|
|
.env.dev
|
|
.env.backup*
|
|
PMG_BACKUP_DETECTION.md
|
|
SAFE_TESTING.md
|
|
tmp/
|
|
.secrets/
|
|
|
|
# Master plan documents (local only)
|
|
PULSE_V4_ISSUES_MASTER_PLAN.md
|
|
FIX_SUMMARY_*.md
|
|
docs/*_PLAN.md
|
|
docs/*_ROADMAP.md
|
|
docs/*IMPLEMENTATION*.md
|
|
|
|
# Development documentation
|
|
TYPING_*.md
|
|
test-config.json
|
|
|
|
# Local test scripts
|
|
scripts/test-*.sh
|
|
!scripts/test-vm-disk.sh
|
|
scripts/run-tests.sh
|
|
scripts/TEST_*.md
|
|
|
|
# Mock mode - exclude local overrides but keep the base file
|
|
mock.env.local
|
|
mock.env.backup
|
|
|
|
# Claude Code Safety Hooks (local only)
|
|
.claudecode-settings.json
|
|
.claudecode-hooks/
|
|
|
|
# Sensitive files - DO NOT COMMIT
|
|
secrets.env
|
|
*secret*.env
|
|
docs/PULSE_PRO_IMPLEMENTATION.md
|
|
|
|
# Browser/session artifacts
|
|
**/cookies.txt
|
|
**/cookies-*.txt
|
|
**/*.har
|
|
**/*.browser
|
|
|
|
# Development documentation (local only)
|
|
CLAUDE_DEV_SETUP.md
|
|
AGENT_METRICS_*.md
|
|
DEV-QUICK-START.md
|
|
docs/DOCS_AUDIT_*.md
|
|
docs/SECURITY_AUDIT_*.md
|
|
docs/development/
|
|
|
|
# Temporary scripts
|
|
tmp_*.py
|
|
tmp_*.sh
|
|
|
|
# Local agent directories
|
|
scripts/agent/
|
|
docs/internal/
|
|
.agent/
|
|
|
|
# Pulse Pro landing page (private)
|
|
landing-page/
|
|
|
|
# Local Gemini config
|
|
.gemini/
|
|
deployment/
|
|
start-pulse-agent.sh
|
|
|
|
# Dev container extension auth
|
|
.devcontainer/.claude/
|
|
.devcontainer/.config/
|
|
|
|
# Husky
|
|
.husky/_/
|
|
measure_sessions.sh
|
|
|
|
# SQLite temp files
|
|
*.db-shm
|
|
*.db-wal
|
|
|
|
# Auto-backup logs
|
|
|
|
# Local backup/snapshot scripts (not committed)
|
|
scripts/watch-snapshot.sh
|
|
scripts/auto-backup.sh
|
|
scripts/safe-checkout.sh
|
|
BACKUP_SYSTEM.md
|
|
|
|
# Generated artifacts
|
|
/eval
|
|
test_output.txt
|
|
coverage_summary.txt
|
|
CHANGELOG-DRAFT.md
|