/build*
/cmake-build-*
.idea/*
!.idea/runConfigurations
!.idea/cmake.xml
.vscode/*
*~

__pycache__/
*.so
*.py[cod]

*.egg
*.eggs
*.egg-info
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
.installed.cfg

.cache/
.pytest_cache/
.coverage
.coverage*
.tox
.nox
coverage.xml
htmlcov

docs/_build

.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

.ruff_cache/
.mypy_cache/

CLAUDE.md
.claude/

.DS_Store
.DS_Store?
.Spotlight-V100
.Trashes
._*
Thumbs.db
editor.swp
editor~
ehthumbs.db

model_*.zip
*.qasm
*-checkpoint.ipynb

src/**/_version.py
