# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
*.ruff_cache

# Markdown
site/

# Virtual environments
.venv

# Local Configuration
.aiterm/

# Data and Artifacts
*.db
*.wav
*.log

# System Files
.DS_Store

# Testing
.pytest_cache/
