# Local data and reference corpora copied from Downloads.
/data/
/references/

# Python/cache/build artifacts.
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/
/docs/_build/

# JavaScript dev tooling artifacts.
node_modules/
.npm/

# Virtual environments and local environment files.
.venv/
venv/
.env
.env.*

# OS/editor noise.
.DS_Store
.idea/
.vscode/*
!.vscode/
!.vscode/settings.json

# Future run outputs and notebooks checkpoints.
/runs/
/outputs/
.ipynb_checkpoints/

# Editor settings.
.claude/
.vscode/
