Pulse/.gitignore
rcourtman 3e2824a7ff feat: remove Enterprise badges, simplify Pro upgrade prompts
- Replace barrel import in AuditLogPanel.tsx to fix ad-blocker crash
- Remove all Enterprise/Pro badges from nav and feature headers
- Simplify upgrade CTAs to clean 'Upgrade to Pro' links
- Update docs: PULSE_PRO.md, API.md, README.md, SECURITY.md
- Align terminology: single Pro tier, no separate Enterprise tier

Also includes prior refactoring:
- Move auth package to pkg/auth for enterprise reuse
- Export server functions for testability
- Stabilize CLI tests
2026-01-09 16:51:08 +00:00

190 lines
2.7 KiB
Text

# 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
# 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/_/