# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
*.egg
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.docker/

# Virtual environments
.venv/
venv/
env/
ENV/

# IDE
.idea/
.vscode/
*.swp
.DS_Store

# Generated by hatch-vcs — do not track
voxkitchen/_version.py

# Project-specific
work/
work_dir/
experiments/
*.jsonl.gz
!tests/fixtures/**/*.jsonl.gz
.claude/settings.local.json
.claude/settings.json

# Secrets
.env

# Original demo source (large files — demo_data/ has the curated copy)
demo/
get_audio_pitch_by_pyworld.py
