/target/
**/*.rs.bk
.DS_Store

# Proprietary Aaronia SDK artifacts (header/DLL/import lib) used for local
# FFI-conformance verification only. Marked CONFIDENTIAL AND PROPRIETARY by
# Aaronia — must not be redistributed in this public repository.
tests/sdk/

# Local agent configuration/memory
.agents/

# Local CMake build trees for the SoapySDR plugin. Globbed, not a single
# `build/`: a second tree under any other name (build-test, build-e2e)
# was committed once already — 33 files of CMakeCache and compiler probe
# binaries carrying absolute paths from the machine that made them.
soapy-aaronia/build*/

# Python bindings dev environment and build output
python-aaronia/venv/
python-aaronia/**/__pycache__/
dist/
