47 lines
477 B
Plaintext
47 lines
477 B
Plaintext
__pycache__/
|
|
|
|
# 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
|