Files
FastSyncAi/.gitignore
T
Theo Tappe 64fa6ee9dd Add .gitignore to exclude build artifacts and test data
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-06-24 12:40:28 +02:00

25 lines
219 B
Plaintext

# 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