# Python-generated files
__pycache__/
*.py[oc]
*.egg-info/

# Virtual environments
.venv/

# Type checker and linter caches
.mypy_cache/
.ruff_cache/
.pytest_cache/

# Internal working docs (not checked in)
.internal/
CLAUDE.local.md

# Training data and models (too large for git)
/data/
/models/*.crfsuite

# But include bundled data in package
!src/yomail/data/

# Temporary files
tmp/

# Build artifacts
dist/
