# Git / VCS
.git
.gitignore

# IDE / editor
.vscode/
.idea/
.claude/
.codegraph/
.qoder/

# OS
.DS_Store
Thumbs.db

# Secrets / env
.env
.env.*
*.pem
*.key

# Logs
*.log
logs/

# Python cache
__pycache__/
*.pyc
*.pyo
*.egg-info/
.venv/
venv/

# Build artifacts
build/
dist/
*.spec

# Node / Flutter
node_modules/
.dart_tool/
flutter_asr_client/build/
flutter_asr_client/.dart_tool/

# Qt client build outputs / venv
whisper-qt-client/venv/
whisper-qt-client/build/
whisper-qt-client/client/
tts-qt-client/client/

# Docker
Dockerfile*
docker-compose*.yml
.dockerignore

# Docs
README.md
*.md
