# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/

# Build artifacts
build/
dist/

# Virtualenvs
.venv/
venv/

# ADC FFT capture outputs (scripts/adc_fft_capture.py)
adc_capture_*.csv
adc_capture_*.json
adc_capture_*.png

.DS_Store
