# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.so
*.dylib
.venv/

# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
_skbuild/
_cmake_test_compile/

# IDE
.vscode/
.idea/
*.swp

# Generated test assets
tests/assets/

# OS
.DS_Store

# uv
uv.lock
