First full session of vibecoding with agents, super cool! Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
21 lines
196 B
Text
21 lines
196 B
Text
# Rust
|
|
/target/
|
|
**/*.rs.bk
|
|
*.pdb
|
|
# Note: Cargo.lock is kept for applications (not libraries)
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Project specific
|
|
config.toml
|
|
*.log
|
|
|