# Python
__pycache__/
*.py[cod]
*$py.class
.Python
venv/
ENV/
*.egg-info/
.eggs/
pip-log.txt
# Distribution
dist/
build/
eggs/
# Environment variables
.env
# IDE files
.vscode/
.idea/
*.swp
*.swo
# Logs
*.log
# Test coverage
.coverage
htmlcov/
# Generated files
data/audio/*
data/reports/*
!data/audio/.gitkeep
!data/reports/.gitkeep
# macOS
.DS_Store
# Windows
Thumbs.db