diff options
| author | info@mode42.com <info@mode42.com> | 2026-08-07 18:25:13 +0000 |
|---|---|---|
| committer | info@mode42.com <info@mode42.com> | 2026-08-07 18:25:13 +0000 |
| commit | 04d965d67a7264a1c7c211494aebda1953df7603 (patch) | |
| tree | 0ebd700a6e219f84a26a656f4bee8778bc75da7b /.gitignore | |
Initial push
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c82a67 --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +__pycache__/ +*.pyc +*.o +*.a +.DS_Store +build/ +build-*/ +dist/ +*.log +stacks/tncs/tnc2c-probe +stacks/tncs/tnc2c-find +stacks/tncs/research/ +stacks/crdop/build/ +stacks/baycom-pr/tools/baycom_test +local/* +!local/README.md +.cursor/cache/ +third_party/ax25/*-rc5/ +third_party/_build-test/ +third_party/ax25/_build-test/ +third_party/ax25/**/build/ +.ax25-analysis/ +stacks/crdop/vendor/ardopcf/ + +# vault/operator index — never ship +AGENT-INDEX.md + +# agent navigation — never ship (vault §0.5 / operator) +AGENTS.md +AGENT.md |
