/ .gitignore
.gitignore
1 # Generated by Cargo 2 # will have compiled files and executables 3 debug/ 4 target/ 5 6 # These are backup files generated by rustfmt 7 **/*.rs.bk 8 9 # MSVC Windows builds of rustc generate these, which store debugging information 10 *.pdb 11 12 .DS_Store 13 src/.DS_Store 14 .idea 15 apps/de_mls_desktop_ui/logs 16 17 # files 18 *.env 19 *.log 20 .DS_Store 21 .pnp.* 22 lcov.info 23 yarn.lock 24 25 .claude 26 docs/ 27 logs/ 28 logos-messaging-nim/ 29 CLAUDE.md