1# Test data (downloaded images for benchmarking)
2testdata/
3 4# Go build artifacts
5*.exe
6*.exe~
7*.dll
8*.so
9*.dylib
1011# Go test cache
12*.test
13*.out
1415# Binaries
16/pdqhasher
17/helper
1819# IDE
20.idea/
21.vscode/
22*.swp
23*.swo
24*~
2526# OS
27.DS_Store
28Thumbs.db