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

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

# Editors / OS
.idea/
.vscode/
.DS_Store

# Spike 0 raw evidence — local only. Finding G3.
# The 40 log files enumerate the internal structure of jeruk-ai and mangga-pa: route
# names, admin pages, auth flows, module layout, and the absolute paths of the machine
# they were measured on. No secret *values* (verified), but this package is destined
# for PyPI with a public GitHub homepage, and publishing another project's file
# inventory is cheap to prevent and impossible to undo. The findings that cite them
# stay tracked; the logs stay on disk, uncommitted, and `README.md` in that directory
# says so.
project-memory/spike-0/logs/

# NOTE: project-memory/repo-graph.json is NOT ignored.
# It is the artifact this tool exists to produce, and SDD §9 Q2 decided it is
# committed to git for v0.1 (1.08 MB measured, five times under the threshold).

# Language servers for the Phase 2 tests. Pinned in package.json, never committed:
# they are ~100 MB of platform-specific JavaScript, and `npm ci` reproduces them exactly.
node_modules/
