# cmkr
build*/
cmake-build*/
CMakerLists.txt
CMakeLists.txt.user

CMakeUserPresets.json

.cache/

.venv/
.DS_Store

__pycache__/
dist/

# Test outputs (generated by run_tests.py)
tests/output/
.lit_test_times.txt

# Coverage
htmlcov/
.coverage*
coverage.xml

# LLVM prefix path/cache files
.llvm-prefix
.llvm/
.llvm-cache/
