Font glyphs and sprite sheets are downloaded per-deploy, not repo content. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
58 lines
765 B
Plaintext
58 lines
765 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
|
|
|
|
# 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/
|