# C++ / CMake build artifacts
/build/
/build-wasm/
build-coverage/
build-profile/
cmake-build-*/
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
compile_commands.json
*.o
*.a
*.so
*.dylib
*.dll
*.lib
*.obj
*.exe
_deps/
CTestTestfile.cmake
Testing/

# MkDocs build output
site/

# Wasm build output (generated by `just build-wasm`)
playground/public/clifft_wasm.js
playground/public/clifft_wasm.wasm
playground/node_modules/
playground/dist/

# Code coverage
coverage/
*.gcda
*.gcno
*.gcov
lcov.info

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg
*.egg-info/
dist/
.eggs/
.venv/
venv/
.mypy_cache/
.pytest_cache/
.coverage
.tox/
.cache/

# VS Code
.vscode/

# OS files
.DS_Store
*.swp
*.swo

# Miscellaneous build/dev artifacts
*digest.txt
*.patch
results/
