# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
*.whl
.eggs/

# Virtual environments
.venv/
venv/
ENV/

# IDE
.idea/
.vscode/
*.swp
*.swo

# Audio files
*.m4a
*.wav
*.ogg
*.mp3
*.mp4
*.aac
*.flac
*.opus
*.webm
*.mov
*.mkv
*.aiff
*.aif
*.caf
*.wma

# Generated transcription outputs
# (only track README.md, CHANGELOG.md, BACKLOG.md by name)
New Recording*.md
ns-all-hands-*.md
v1-*.md
test*.md
notes.md
notes.json

# Claude Code
.claude/

# Internal design docs
docs/

# OS
.DS_Store
Thumbs.db

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
