# Private planning workspace (GSD)
.planning/

# Runtime-written config — never hand-authored
cashew-config.json
cashew.json

# Python
__pycache__/
*.pyc
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
venv/
.venv/
env/
.env
ENV/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Editor / OS
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Cashew runtime artifacts
*.db
*.db-journal
*.db-wal
*.db-shm
.hermes/

# graphify analysis artifacts (generated by code analysis tools)
graphify-out/
