__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.eggs/
*.egg

.pytest_cache/
.mypy_cache/
.ruff_cache/
*.so
htmlcov/
coverage.xml
.coverage

.venv/
venv/
env/
.env

*.ipynb_checkpoints/
.hypothesis/
.DS_Store
Thumbs.db

# MkDocs build output
site/

# IBM Quantum credentials (never commit)
qiskit-ibm.json

# Rust build artifacts
**/target/
scpn_quantum_engine/target/

# Internal business docs — never commit
docs/internal/
