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

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

# OS
.DS_Store
Thumbs.db

# Project-specific
.hale/
.halve/
output/
logs/
*.log

# Docker
.docker/

# Rust / Tauri
src-tauri/target/
src-tauri/gen/

# Config with secrets
.env
*.env
*.pem
*.key
secrets/
credentials/
*.secret

# Embedded repos (native engines)
.whisper/
.piper/
node_modules/


# Coverage
.coverage
.coverage.*
htmlcov/

# Test artifacts
test/
testp/

# Test artifacts
test/
test-half/
testp/
my-first-app/
