chore: add .gitignore, remove build artifacts from tracking

This commit is contained in:
2026-06-24 19:43:40 +08:00
parent 8fdf944555
commit a293e20d51

15
.gitignore vendored Normal file
View File

@@ -0,0 +1,15 @@
# Verilator build artifacts
obj_dir/
*/obj_dir/
# Python cache
__pycache__/
*.pyc
# Test framework outputs
test_framework/reports/report_*.html
test_framework/modules/*/vectors/*.hex
# OS
.DS_Store
Thumbs.db