breadshot/.gitignore
Breadway 5d1b8918d3
Some checks failed
check / check (push) Failing after 1s
Track AGENTS.md
2026-08-15 22:03:30 +08:00

33 lines
301 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)