# OS
.DS_Store
Thumbs.db

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

# Python
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.mypy_cache/
.venv/
venv/

# Node
node_modules/
npm-debug.log
yarn-error.log

# Build / generated
dist/
build/
.lychee_cache/

# Local overrides
.env
.env.local

# Optional per-repo forbidden-terms blocklist (used by scripts/check_consistency.py)
.forbidden-terms.txt
