Initial Agentsd project commit
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user