# 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
.claude/scheduled_tasks.lock

# Secrets
.env

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

# Local ChatTTS model weights cached at repo root — not source, not shipped.
# (Real distribution path is the Docker image / HF hub.)
asset/

# Brainstorming / spec / plan artifacts produced by the superpowers skills.
# Per the project's "no planning commits" rule these stay local-only;
# the implementation that lands in the codebase is the source of truth.
docs/superpowers/

# Generated by `python scripts/sweep/run.py` — local evidence, do not commit.
scripts/sweep/last-run.md

# Generated by sweep pipelines (pack_huggingface/kaldi/parquet/webdataset)
output/vkit-sweep/
