.gitignore

# Worktrees
.worktrees/

__pycache__
lib/backends/__pycache__

# SSL Certificates
server.key
server.crt
*.pem
*.srl

# Test Results
test-results/

backend/edge-production-setup/poc/triton-modular/scripts/test/
.aws
backend/edge-production-setup/poc/triton-modular/.venv/
backend/edge-production-setup/poc/triton-modular/test-env/
backend/edge-production-setup/poc/triton-modular/venv/

venv/

.env.local
polargrid-ssh.md

# Local secrets sourced by deploy.sh (JWT_SECRET, HF_TOKEN, AWS_*)
backend/edge-production-setup/dev.env

# claude-init: local session files
.claude/settings.local.json
.claude/scheduled_tasks.lock
.claude/.plan-backups/
.playwright-mcp/
.claude/skills/playwright-skill/node_modules/
.claude/skills/playwright-skill/package-lock.json
# /claude-init
