chore: add Makefile with per-suite test targets; gitignore ATT&CK bundle and pytest dump

This commit is contained in:
2026-05-10 22:27:54 -04:00
parent 59d3351306
commit 349f88252a
2 changed files with 183 additions and 0 deletions

6
.gitignore vendored
View File

@@ -64,3 +64,9 @@ package-lock.json
tests/ttp/rule_precision/corpus/*.jsonl
tests/ttp/rule_precision/corpus/seed_*.jsonl
threatfox-api.json
# MITRE ATT&CK STIX bundle — 50 MB, fetched at runtime via attack_stix.py
enterprise-attack-*.json
# pytest failure dump files
testfail