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

# Build artifacts
build/
dist/
src/waveform_mcp.egg-info/

# macOS
.DS_Store

CLAUDE.md

# Environments
.python-version
.venv/

# Coverage
.coverage
