diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3f9b4d2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Go binaries +go/latprobe +python/latprobe + +# Python +__pycache__/ +*.pyc +*.pyo +.venv/ + +# OS +.DS_Store diff --git a/go/latprobe b/go/latprobe deleted file mode 100755 index 0bc0e49..0000000 Binary files a/go/latprobe and /dev/null differ