Files
gree-controller/.gitignore
T
2026-08-23 22:31:53 +02:00

47 lines
476 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