Files
mlkem-sync/.gitignore
FallenSigh f22165d29e chore: gitignore + untrack AI agent tooling (.claude/.opencode/.trellis/AGENTS.md)
这些是本地 AI 助手 / 工作流工具产物,不应进版本库。加入 .gitignore 并
git rm --cached 取消跟踪(本地文件保留)。.omo/ 此前已忽略。

推送后远程仓库一并删除这些路径。
2026-06-29 23:07:54 +08:00

45 lines
641 B
Plaintext

# Verilator build artifacts
obj_dir/
*/obj_dir/
# Python cache
__pycache__/
*.pyc
# Test framework outputs
test_framework/reports/report_*.html
test_framework/modules/*/vectors/*.hex
# XSIM testbench result dumps (regenerated by simulation)
sync_rtl/**/TB/vectors/*_result.hex
# Vivado XSIM simulation artifacts
xsim.dir/
*.jou
*.log
*.pb
*.wdb
*.backup.jou
*.backup.log
.Xil/
webtalk*.jou
webtalk*.log
xelab.pb
xvlog.pb
# OS
.DS_Store
Thumbs.db
# Session runtime continuation cache
.omo/
# AI agent / assistant tooling (local only)
.claude/
.opencode/
.trellis/
AGENTS.md
# Generated Vivado project (create_project.tcl)
vivado_prj/