chore: add .gitignore and untrack compiled binary

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-07-01 00:18:41 +02:00
parent 5717f018b7
commit 8d5631795b
2 changed files with 12 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
# Go binaries
go/latprobe
python/latprobe
# Python
__pycache__/
*.pyc
*.pyo
.venv/
# OS
.DS_Store