# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
*.egg
.eggs/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Virtual envs
.venv/
venv/
env/

# IDE
.vscode/
.idea/
*.swp

# Ennoia data artifacts
*.parquet
*.npy
/.ennoia/
ennoia.ini

# Benchmark caches (HF dataset, large; sample.json + results stay tracked)
/benchmark/data/cache/

# Internal working directory (specs shared between maintainers and tooling; not public).
.ref/
.claude/

# Coverage reports
coverage.xml
.coverage.*

# mkdocs build output
/site/

# OS
.DS_Store
Thumbs.db
