first commit
This commit is contained in:
+44
@@ -0,0 +1,44 @@
|
||||
# Rust build output
|
||||
/target/
|
||||
**/*.rs.bk
|
||||
|
||||
# Local configuration and secrets
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Runtime data
|
||||
/data/*
|
||||
!/data/.gitkeep
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
|
||||
# Logs and diagnostics
|
||||
*.log
|
||||
*.pid
|
||||
*.pcap
|
||||
*.pcapng
|
||||
|
||||
# Editor and IDE files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS metadata
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Local packages and generated binaries
|
||||
/*.zip
|
||||
/*.tar.gz
|
||||
/gree-controller
|
||||
|
||||
# Test and coverage artifacts
|
||||
/coverage/
|
||||
*.profraw
|
||||
*.profdata
|
||||
Reference in New Issue
Block a user