Files
mlkem-sync/.gitignore

16 lines
211 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
# OS
.DS_Store
Thumbs.db