You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

39 lines
341 B

# Build artifacts
build/
cmake-build-*/
*.o
*.a
*.so
*.dll
*.exe
*.out
# Binaries
bin/
# Python cache
__pycache__/
*.pyc
*.pyd
# IDE specific
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Generated data/log files
*.log
*.txt
!README.txt
# Test outputs
test/output/
test/input_samples/
test/comparison/
# OS specific
.DS_Store
Thumbs.db