# Sphinx build artifacts
build/
_build/
auto_examples/
sg_execution_times.rst

# Python cache
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
.Python
dist/
*.egg-info/
.eggs/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

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

# Virtual environments
.venv/
venv/
local_venv/
ENV/

# OS
.DS_Store
Thumbs.db

# Audio test files (too large for git)
data/*.wav
data/*.flac
data/*.mp3
data/*.ogg
data/*.aiff

# Keep the directory but ignore audio files
!data/.gitkeep
