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

# Virtual environments
venv/
env/
ENV/
.venv

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Git
.git/
.gitignore

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
*.cover
tests/

# OS
.DS_Store
Thumbs.db

# Test audio files
test_file.*

# Output files
output/
test_output.csv

# Music directory
music/

# Documentation (optional, keep only README)
CONTRIBUTING.md
FONTS_INSTALLATION.md
GUI_INSTALLATION.md
GUI_QUICKSTART.md
ROADMAP.md
DOCKER.md

# CI/CD
.github/
.gitlab-ci.yml
.travis.yml

# Development files
examples/
