1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
/target /Cargo.lock /dist* /rat_memcache_data .claude/ # 日志文件 *.log *.log.* # 缓存文件 *.cache *.ldb *.sst *.wal # 临时文件 *.tmp *.temp *.bak *.lock *.swp *.swo # 测试文件 /test_*/ **/test_* /test_output/ /coverage/