# Generated by hatch-vcs during build
elevenlabs_smart_tts/_version.py

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
*.manifest
*.spec

# Virtual environments
.venv/
venv/
env/
ENV/

# Packaging / lock tooling
pip-wheel-metadata/
.pip-cache/

# Tests & lint
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/

# Secrets & local env
.env
.env.*
!.env.example

# Local diskcache / runtime data
.cache/
cache/
*.db
*.sqlite3

# Generated audio output
output/
output.*
*.mp3
*.wav
*.ogg
*.m4a

# IDE & editors
.vscode/*
!.vscode/launch.json
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db
desktop.ini

# Cursor
.cursor/

# Logs
*.log
