# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/

# Tooling caches
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/

# Environment / secrets — never commit
.env
.env.*
*.pem
*.key

# Editors / OS
.vscode/
.idea/
.DS_Store

# Project artifacts
*.log
*.wav
recordings/
