build/
cmake-build-*/
__pycache__/
*.pyc
.pytest_cache/
*.egg-info/
dist/
wheelhouse/
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
.claude
target/
rust/runtime/target/
rust/runtime/target_local/
rust/runtime/.tmp/
third_party_source/

fuzztest/fuzztest/
# Editor / OS local files
.vscode/
.idea/
.DS_Store
*.swp
*.swo
claude_session.txt
# Python local environments / coverage
.venv/
venv/
.env
.env.*
.ipynb_checkpoints/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

compile_commands.json
python/quantkernel/_native_batch.cpp
python/quantkernel/_native_batch*.so
