# Byte-compiled / cache
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Build / dist
build/
dist/
*.egg-info/
.venv/
venv/

# Tooling
.pretender/
target/

# Node
node_modules/

# Beads / Dolt files (added by bd init)
.dolt/
*.db
.beads-credential-key
.beads/proxieddb/

# dont mutable state (embedded Cozo DB, no version-controlled/remote-sync engine
# like Dolt — see TOOL_EVALUATION.md F27, cositos-dad.1/.10). Keep config.toml,
# AGENTS.md, and seed/ tracked; the database itself is local-only per machine.

# create-handoff skill output: local session artifacts, not project source.
handoffs/
.dont/db.cozo
.dont/db.cozo.lock
.dont/tx.seq
.dont/events.jsonl

# mise local state
mise.local.toml
.mise.local.toml

# Julia
julia/Manifest.toml

# JS coverage output
front/coverage/

# Clojure
.cpcache/
.clj-kondo/

# .NET
csharp/bin/
csharp/obj/

# Jupyter
.ipynb_checkpoints/

