Monitor your home internet speeds with the Ookla Speedtest CLI.
0

Configure Feed

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

Add .gitignore to exclude data directory

Prevent speedtest result files (CSV) from being committed to git.

Joseph Hale (Feb 17, 2026, 3:09 PM -0700) 7acfcc89 0e11d372

+10
+10
.gitignore
··· 1 + # Data directory (contains speedtest results) 2 + data/ 3 + 4 + # IDE 5 + .vscode/ 6 + .idea/ 7 + 8 + # OS 9 + .DS_Store 10 + Thumbs.db