32 lines
472 B
Plaintext
32 lines
472 B
Plaintext
# Rust
|
|
/target
|
|
**/target
|
|
**/*.rs.bk
|
|
*.pdb
|
|
|
|
# Cargo.lock is committed (this is an application workspace, not a library)
|
|
|
|
# Env / secrets
|
|
.env
|
|
.env.*
|
|
*.pem
|
|
*.key
|
|
|
|
# Editor / OS
|
|
.DS_Store
|
|
*.swp
|
|
*.kate-swp
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Python (examples/ Python brains are not in CI; ignore bytecode)
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Local worktrees (per using-git-worktrees skill; isolation, not content)
|
|
.worktrees/
|
|
worktrees/
|
|
|
|
# visual-brainstorming scratch (superpowers companion)
|
|
.superpowers/
|