__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg

.venv/
venv/
env/

.env
.env.*
!.env.example

*.pyc
*.pyo

.pytest_cache/
.coverage
coverage.xml
htmlcov/

.mypy_cache/
.ruff_cache/

*.ogg
*.oga
*.wav
*.mp3
!tests/fixtures/*

CLAUDE.md
RESEARCH.md
.DS_Store
