# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
dist/
build/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage

# Ontologiq project output
target/

# Node (workbench)
node_modules/

# OS / editor
.DS_Store
.idea/
.vscode/

ONTOLOGIQ.md