We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f84f518 commit 28ba4d7Copy full SHA for 28ba4d7
.gitignore
@@ -113,3 +113,10 @@ src/.vscode/
113
/src/.vs
114
/src/CppProperties.json
115
/src/launch.vs.json
116
+
117
+# Python-related files
118
+*.pyc
119
+__pycache__/
120
+*.pyo
121
+*.pyd
122
+**/venv/
requirements.txt
@@ -0,0 +1,7 @@
1
+protobuf~=3.20
2
+pycryptodome
3
+scapy
4
+parsimonious
5
+asn1crypto
6
+dpkt
7
+pyhanko==0.20.1
0 commit comments