# 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/**/*
instruction/**/*
*.wav
*.md
!README.md
*.pt
*.vtt
*.bin
*.csv
*.docx
*.doc
*.mp4
*.png
# Exception: keep the logo
!wenbi_logo.PNG
# Testing
.tox/
.coverage
.coverage.*
htmlcov/
.pytest_cache/
