init pro_sdk
This commit is contained in:
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user