summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2023-11-11 22:55:28 -0500
committerSteph Enders <steph@senders.io>2023-11-11 22:55:28 -0500
commita9ea07699e4f8c7b65d9ccb84d1ccc993f9e3cad (patch)
treee5ca8f2a2b444184bba32daf651668e64dde8049 /.gitignore
Initial commit of simple functional speedtest log
This series of scripts simply calls speedtest-cli python module to basically log its data to a tsv file (expected log.tsv) This will basically allow then ./plot.sh to plot the file datapoints The idea is to set this up as a cron and then you can plot the data over time
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2f10f56
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+log.tsv
+.venv