/target
Cargo.lock

# Local experiments / scratch work
/experiments/
/tmp/
# Circuits dropped at the repo root are optimizer output and one-off inputs.
# Anchored, so the tracked benchmarks/ and tests/fixtures/ circuits still count.
/*.qasm

# macOS
.DS_Store

# Python
__pycache__/
# Generated by editable Maturin installs.
/python/tzap/_native*.so
/python/tzap/_native*.pyd
/python/tzap/_native*.dylib

# Added by cargo
#
# already existing elements were commented out

#/target
