# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

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

# IDE specific files
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Project specific
output/**/*
model/**/*
example/**/*
*.wav
*.md
*.vtt
*.bin
*.csv
*.docx
*.doc
# Testing
.tox/
.coverage
.coverage.*
htmlcov/
.pytest_cache/
