# Local Python environments
.venv
.venv-*
venv/

# Local secrets
.env
.env.*
!.env.example

# Build and distribution
build/
dist/
*.egg-info/
*.egg

# Python caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Coverage
.coverage
coverage.xml
htmlcov/

# Local test artifacts
tests/artefatos_testes/
/audio.mp3
/audio.txt
docs/audio/transcribe/live_multilingual_benchmark.md
docs/audio/transcribe/live_multilingual_benchmark_*.md

# AI development tooling (internal, not part of the library)
.claude/
.codex/
.codex
CLAUDE.md
AGENTS.md
instrucoues_criar_api.txt
TEMP_PROMPT*.md
PROMPT_*.md
prompt_atualizar_lib.md

# IDE
.idea/
.vscode/
*.iml

# Operating system
.DS_Store
Thumbs.db
