Files
rutster/.gitignore
A.D.Lee c30a45232d
All checks were successful
CI / fmt (push) Successful in 1m40s
CI / clippy (push) Successful in 2m24s
CI / test (1.85) (push) Successful in 5m8s
CI / test (stable) (push) Successful in 5m20s
CI / deny (push) Successful in 1m34s
Slice 3 — OpenAI Realtime brain: swap echo for the brain (#4)
2026-07-01 22:25:09 +00:00

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/