Files
go1_pro_sdk/.gitignore
2026-06-20 20:02:36 +08:00

30 lines
350 B
Plaintext

__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