Files
dotfiles/.gitignore
T
David F GliddenandClaude Opus 5 d6caf3ba09 [FIX] gitignore: .DS_Store too — the first version was half a job
I wrote the ignore file for __pycache__, declared the tree clean, and .DS_Store
appeared in the same breath. Same class of machine droppings, same one-line fix;
listing one and not the other just means the next status is dirty again.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WuMjg3ipEVa3n8CoSzoyvc
2026-07-28 11:33:04 +02:00

7 lines
137 B
Plaintext

# Generated by the governance MCP server importing wake-digest.py on every launch
__pycache__/
*.pyc
# macOS Finder droppings
.DS_Store