tmux observer
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add .gitignore

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+7
+7
.gitignore
··· 1 + .venv/ 2 + __pycache__/ 3 + *.pyc 4 + *.egg-info/ 5 + dist/ 6 + build/ 7 + .pytest_cache/