# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
venv/
ENV/
env/
.venv

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

# Jupyter Notebook
.ipynb_checkpoints

# Testing
.pytest_cache/
.coverage
htmlcov/

# Reports and outputs
reports/
*.report.md
*.feedback.md
*_fixed.txt
test_*.json

# Local development
*.local
.env

# Local private corpus and generated samples (private / do not commit)
human-writing-paper/
generated_samples/
*.samples.jsonl

# Local calibration / text-generation tooling (private, not shipped with the skill)
scripts/*_client.py
scripts/generate_*_samples.py
scripts/*_corpus_sampler.py
docs/superpowers/plans/*samples*.md
tests/fixtures/*_case_samples.jsonl
tests/test_*_client.py
tests/test_generate_*_samples.py
tests/test_*_corpus_sampler.py
tests/test_negative_case_samples.py

# Internal design / spec docs and the test suite ship with the source but are
# kept out of the public repo (develop locally, never push).
docs/
tests/

# Specific large reference docs not needed by the public skill.
references/chinese-paper-rewrite-guide.md
