Initial working implementation (MVP)
This commit is contained in:
+34
@@ -0,0 +1,34 @@
|
||||
# Generated by Cargo
|
||||
# If you're creating an application, put the next line in the ignore list.
|
||||
# If you're creating a library, remove it.
|
||||
# Cargo.lock
|
||||
|
||||
# Build artifacts
|
||||
/target
|
||||
/target/x86_64-unknown-linux-musl
|
||||
/target/aarch64-unknown-linux-musl
|
||||
|
||||
# Assets / Documentation
|
||||
/docs/generated/
|
||||
|
||||
# IDEs
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS specific
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# RMon Specific
|
||||
rmon_askpass_*
|
||||
rmon_ssh_sock_*
|
||||
rmon_auth_req_*
|
||||
rmon_auth_res_*
|
||||
*.log
|
||||
|
||||
# Claude/Agent sessions
|
||||
.claude/
|
||||
.claude_session
|
||||
.gemini/
|
||||
Reference in New Issue
Block a user