# 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