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

# Virtual environments
.venv/
venv/
ENV/

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

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

# Jupyter
.ipynb_checkpoints/

# Cache
.cache/
*.cache

# OS
.DS_Store
Thumbs.db

# Internal/private files
experiments/

# Large model files (downloaded from HuggingFace on first use)
src/naijaml/nlp/diacritic_model.json
src/naijaml/nlp/word_diacritic_model.json

# Benchmark regenerated output (static PNGs, CSV)
benchmarks/results/
