Files
the-other-dude/.gitignore
Jason Staack fd70a21328
Some checks failed
CI / Lint Python (Ruff) (push) Has been cancelled
CI / Lint Go (golangci-lint) (push) Has been cancelled
CI / Lint Frontend (ESLint + tsc) (push) Has been cancelled
CI / Test Backend (pytest) (push) Has been cancelled
CI / Test Go Poller (push) Has been cancelled
CI / Test Frontend (Vitest) (push) Has been cancelled
CI / Build & Scan Docker Images (push) Has been cancelled
chore: gitignore incidents directory
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 07:55:47 -05:00

61 lines
807 B
Plaintext

# Environment files with secrets
.env
.env.prod
.env.local
.env.*.local
# Docker data
docker-data/
# Python
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.coverage
htmlcov/
# Node
node_modules/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Build caches
.go-cache/
.npm-cache/
.tmp/
# Git worktrees
.worktrees/
# OS
.DS_Store
Thumbs.db
# Playwright MCP logs
.playwright-mcp/
# Helm local overrides (contain dev credentials)
infrastructure/helm/values-local.yaml
# Incident reports (internal)
incidents/
# Local-only planning and design docs
.planning/
.superpowers/
docs/superpowers/
docs/comparison-*.md
# Local dev tools (mock servers, screenshot automation)
tools/dev/
# PMTiles map data (large binaries, downloaded per-region)
frontend/public/tiles/*.pmtiles
fleet-dashboard.png
frontend/public/map-assets/