diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e8364e9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +# Build artifacts +build/ +build-*/ +bin/ +out/ +logs/ +data/ +local/* +!local/README.md +local/hybbx.ini +share/keys/ +shared/keys/ +share/data-proxy/ +share/data-secondary/ +cmake-build-*/ +.cursor/cache/ + +# IDE +.idea/ +.vscode/ +*.swp +compile_commands.json + +# OS +.DS_Store +Thumbs.db + +# vault/agent — never ship +AGENT-INDEX.md |
