# ─── Runtime data ───────────────────────────────────────────────
.coglog/
.coglog/

# ─── Python ──────────────────────────────────────────────────────
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.venv/
venv/

# ─── Node.js ─────────────────────────────────────────────────────
node_modules/

# ─── Ruby ────────────────────────────────────────────────────────
*.gem

# ─── Rust ────────────────────────────────────────────────────────
target/

# ─── Go ──────────────────────────────────────────────────────────
bin/

# ─── Java ────────────────────────────────────────────────────────
*/target/
*.class
*.jar

# ─── C# ──────────────────────────────────────────────────────────
**/bin/
**/obj/

# ─── Haskell ─────────────────────────────────────────────────────
dist-newstyle/
*.hi
*.o

# ─── Common Lisp ─────────────────────────────────────────────────
*.fasl

# ─── C++ ─────────────────────────────────────────────────────────
cpp-coglog-cli
cpp-coglog-mcp
cosmocc/

# ─── Editor / OS ─────────────────────────────────────────────────
.DS_Store
Thumbs.db
*.swp
*.swo
.idea/
.vscode/
