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

# Virtual environments
venv/
env/
ENV/
.venv

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.hypothesis/

# Environment variables
.env
.env.local
.env.*.local

# Documentation
docs/_build/

# Logs
*.log

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Ruff
.ruff_cache/

# Database
*.db
*.sqlite
*.sqlite3

# Example output results
examples/label_classification_results/
examples/report_output/
examples/machine_translation_report/
examples/machine_translation_scored/

# Trained models
models/

# Claude Code
CLAUDE.md
.claude/

# Scratch / local investigation
tmp/

coverage.xml
test-reports/
results/

.coverage
.coveragerc
.coverage.*