chore: add pcap files to gitignore

This commit is contained in:
serversdwn
2026-02-10 21:12:19 +00:00
parent 7070b948a8
commit e6ac80df6c

3
.gitignore vendored
View File

@@ -1,6 +1,7 @@
/manuals/ /manuals/
/data/ /data/
/SLM-stress-test/stress_test_logs/ /SLM-stress-test/stress_test_logs/
/SLM-stress-test/tcpdump-runs/
# Python cache # Python cache
__pycache__/ __pycache__/
@@ -13,3 +14,5 @@ __pycache__/
*.egg-info/ *.egg-info/
dist/ dist/
build/ build/
*.pcap