# Build directories
cmake-build-*/
build/
out/

# IDE / editor state
.idea/
.vs/
.vscode/
*.user
*.swp
.claude/

# Build artifacts
*.o
*.obj
*.a
*.lib
*.so
*.dll
*.exe
*.dylib
*.pdb

# CMake / CTest
CMakeCache.txt
CMakeFiles/
CMakeScripts/
cmake_install.cmake
install_manifest.txt
compile_commands.json
Testing/

# MNIST IDX files (download separately, see examples/mnist_train.md)
data/*.ubyte
data/*-ubyte

# Python
__pycache__/
*.py[cod]
.pytest_cache/
*.egg-info/
dist/
_sdist_smoke_venv/

