# Build outputs
/target/*
*.abcl
*.fasl
*.dx32fsl
*.dx64fsl
*.lx32fsl
*.lx64fsl
*.x86f
*.so
*.dll
*.exe

# Editor save files, bookkeeping files
*~
.#*
\#*
.*#
.*.sw[a-z]
/.slime_paste

# AI
/.pi/**/*.jsonl
/.pi/**/*.txt



# Lisp stuff
/com.djhaskin.nrdl
/.repl/ros_history
/.qlot/
/systems/
/.bundle-libs/

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

# Python implementation
/python/.venv/
/python/dist/
/python/src/*.egg-info/
/python/docs/_build/
/python/**/__pycache__/
