20 lines
363 B
Text
20 lines
363 B
Text
__pycache__/
|
|
*.pyc
|
|
.pytest_cache/
|
|
.coverage
|
|
*.egg-info/
|
|
|
|
# Secrets and personal data
|
|
config/label_tool.yaml
|
|
|
|
# Data files (user-generated, not for version control)
|
|
data/email_score.jsonl
|
|
data/email_label_queue.jsonl
|
|
data/email_compare_sample.jsonl
|
|
|
|
# Conda/pip artifacts
|
|
.env
|
|
|
|
# Claude context — BSL 1.1, keep out of version control
|
|
CLAUDE.md
|
|
docs/superpowers/
|