breadshot/.gitignore
Breadway 802e03eecf
All checks were successful
dev release / build (push) Successful in 46s
random commit message, read it yourself
2026-07-22 11:57:21 +08:00

34 lines
311 B
Text

# Rust build artifacts
target/
# Editor and IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# OS artifacts
.DS_Store
Thumbs.db
desktop.ini
# Environment and secrets
.env
.env.*
*.env
*.pem
*.key
*.p12
secrets/
# Log files
*.log
logs/
# Runtime files
*.sock
*.pid
# Local hygiene notes (not for commit)
CLAUDE.md