breadclip/.gitignore
Breadway fc704f4d67
Some checks failed
dev release / build (push) Failing after 1s
gitignore: exclude graphify-out local cache
2026-08-15 22:32:33 +08:00

37 lines
395 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
# graphify knowledge-graph output (local tool cache, not for commit)
graphify-out/