# User configuration (Secrets)
config.yaml
.env

# Runtime Data

ledger.db
ledger.db-shm
ledger.db-wal
.cache/

# Python
__pycache__/
*.py[cod]
*.so
# Build Artifacts
dist/
build/
*.egg-info/

# OS Files
.DS_Store

# Pytest
.pytest_cache/

# Development Only (Internal)
# Development Only (Internal)
docs/
scripts/audio_test/
# scripts/  # Keep the scripts
benchmark_outputs/
benchmark_results.log
verify_*.py
GEMINI.md
ROADMAP.md

# Generated Outputs
outputs/
tests/e2e_outputs/
tts_test_output.wav

# Temporary Tests
quickstart_demo/
tests/integration/test_config_settings.py
tests/*.log
tests/*.jpg


