Files
takana/.gitignore
T
2026-06-12 00:57:15 +00:00

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__/