# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
env/
venv/
ENV/

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

# Tests / Coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Data and artifacts
*.parquet
*.jsonl
*.tmp
*_audio/

# IDE
.vscode/
.idea/
.DS_Store
