init pro_sdk

This commit is contained in:
cyy_mac
2026-06-20 20:02:36 +08:00
commit 5ecd422a59
49 changed files with 4226 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.installed.cfg
*.egg
# IDE
.vscode/
.idea/
*.swp
.DS_Store
# Test/coverage
.pytest_cache/
.coverage
htmlcov/
# Local data: 默认排除, 但 data/captures/ 是我们历史抓包数据 (显式入库)
data/*
!data/captures/
# Other captures (不入库)
captures/
*.local.pcap