Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
23 lines
266 B
Plaintext
23 lines
266 B
Plaintext
# Rust
|
|
/target
|
|
**/*.rs.bk
|
|
Cargo.lock.orig
|
|
|
|
# hammer local state (never commit the store, build work tree o runtime state)
|
|
/store/
|
|
/store-*/
|
|
/var/
|
|
/.dev-fs/
|
|
/work/
|
|
*.swm.local
|
|
|
|
# editor / OS
|
|
.DS_Store
|
|
*.swp
|
|
.idea/
|
|
.vscode/
|
|
Conversación co.txt
|
|
|
|
# python
|
|
__pycache__/
|