- Created daily log entries for May 13, 14, 18, 19, 20, and 21, capturing work done, findings, and next steps. - Established a daily logs index for easy navigation of daily notes. - Developed templates for daily logs, decisions, meeting notes, people, systems, and work items to standardize documentation. - Introduced base files for filtering and displaying various types of project knowledge, including daily notes, decisions, people, systems, work items, and workstreams. - Added maps for current work, fidelity apps, and fidelity domain to enhance project navigation and context.
48 lines
1.3 KiB
Plaintext
48 lines
1.3 KiB
Plaintext
.DS_Store
|
|
|
|
# Python caches
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Local virtual environments
|
|
.venv/
|
|
|
|
# Mattermost raw inbox artifacts
|
|
workspaces/*/inbox/mattermost-latest.md
|
|
workspaces/*/inbox/mattermost-*.md
|
|
workspaces/*/inbox/mattermost-status.json
|
|
workspaces/*/inbox/mattermost-mirror/*
|
|
!workspaces/*/inbox/mattermost-mirror/.gitkeep
|
|
workspaces/*/inbox/photos/*
|
|
!workspaces/*/inbox/photos/.gitkeep
|
|
|
|
# Local build artifact for the iPhone photo inbox pasteboard helper
|
|
scripts/iphone-photo-inbox/.env
|
|
scripts/iphone-photo-inbox/copy_files_to_clipboard
|
|
|
|
# Workspace-local Mattermost runtime artifacts
|
|
scripts/mattermost/.env
|
|
scripts/mattermost/.venv/
|
|
scripts/mattermost/generated/*
|
|
!scripts/mattermost/generated/.gitkeep
|
|
scripts/mattermost-proxy/.env
|
|
|
|
# Obsidian local runtime state
|
|
/.obsidian/
|
|
workspaces/*/project-knowledge/.obsidian/workspace*.json
|
|
workspaces/*/project-knowledge/.obsidian/workspace-mobile*.json
|
|
workspaces/*/project-knowledge/.obsidian/graph.json
|
|
workspaces/*/project-knowledge/.obsidian/hotkeys.json
|
|
workspaces/*/project-knowledge/.obsidian/community-plugins.json
|
|
workspaces/*/project-knowledge/.obsidian/plugins/
|
|
workspaces/*/project-knowledge/.obsidian/snippets/
|
|
workspaces/*/project-knowledge/.obsidian/cache/
|
|
.trash/
|
|
|
|
# Antigravity CLI local workspace configuration
|
|
.antigravitycli/
|
|
|
|
# AI Workspace local service runtime
|
|
.aiw/runtime/
|
|
.aiw/indexes/
|