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

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

# phpkg output: graphs are large binary artifacts, never commit them
.phpkg/
.cake-kg/

# Plugin bootstrap venv (created on first run)
.data/

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