Files
dshash/.gitignore
Your Name 90e4155cf8
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 20s
Build-Test-Publish / build (linux/arm64) (push) Successful in 26s
Update README.md
2025-09-02 16:57:47 +12:00

20 lines
167 B
Plaintext

# Build artifacts
output/
build/
*.o
*.a
# Test artifacts
tests/test_lib
tests/test_stress
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db