Initial Agentsd project commit

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-09 15:09:56 +08:00
commit 1bf1f08f9a
41 changed files with 8106 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
# Rust build output
/target/
# Runtime data (created next to the executable)
/data/
**/data/
*.db
*.sqlite
*.sqlite3
plugins.json
# Python cache / virtual environments
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
env/
# Logs and local env files
*.log
.env
.env.*
# Editor / OS files
.vscode/
.idea/
.DS_Store
Thumbs.db