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

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

# OS
.DS_Store
.gstack/

# Internal planning docs (reference private projects; kept local, not published)
docs/SEMANTIC_LAYER_PLAN.md
