diff --git a/.gitignore b/.gitignore index a9bfd37..d671ff5 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,15 @@ /bin/ /*.exe /*.exe~ +**/__debug_bin* + +# Runtime artifacts +/workspace/agent_runtime/ +/data/*.db +/data/*.db-* + +# VS Code debug artifacts +/.vscode/*.log # Editor temp files *~ diff --git a/data/laodingbot.db b/data/laodingbot.db deleted file mode 100644 index 413e789..0000000 Binary files a/data/laodingbot.db and /dev/null differ