# Rust
/target/
/.tools/
/.run-*
/.run-data/
/.remote-data/
/data/
/data-filter-test/
/benchmark-data/
**/*.rs.bk

# IDE
.idea/
.vscode/
*.swp

# 输出文件
torrents/
/*.json
/*.db

# 日志
*.log

# 个人脚本（不提交到仓库）
scripts/
!/scripts/
/scripts/*
!/scripts/run.bat

opencodes/
