Add .gitignore to exclude build artifacts and test data

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
Theo Tappe
2026-06-24 12:40:28 +02:00
parent bacb61f6ec
commit 64fa6ee9dd
+24
View File
@@ -0,0 +1,24 @@
# Build artifacts
*.o
fastsync_server
fastsync_client
# Test data
test_dest/
test_dest_big/
test_src/
test_big/
# Benchmark generated files
*.bin
*.tmp
# IDE/Editor
.idea/
.vscode/
*.swp
*~
# OS
.DS_Store
Thumbs.db