Files
Developer 38b2de54ff chore: archive observability-service-registry, track pi-map artifacts
- Archive the completed observability-service-registry SDD change into
  openspec/changes/archive/ (delivered across 5 slices; only
  jellyfin-service-registry remains active).
- Stop ignoring .pi-map.md / .pi-map.index.md so the navigation maps are
  versioned alongside the code, and add the regenerated map pairs repo-wide.
2026-06-24 13:28:23 +00:00

58 lines
609 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
# Packaging/build
build/
dist/
*.egg-info/
# Virtual environments
.venv/
.venv-review/
venv/
env/
# Local configuration and secrets
.env
.env.*
!.env.example
.streamlit/secrets.toml
.envrc
# Editors/OS
.idea/
.vscode/
.DS_Store
# Streamlit/runtime
.streamlit/config.toml
# Local generated indexes/caches
.cache/
# Logs/temp
*.log
tmp/
# Frontend
frontend/node_modules/
frontend/dist/
# Pi internal
.pi-lens/
.pi/
# Tool metadata
.fusion/
.stoneforge/
.superpowers/
# Local Pi runtime state
.atl/