Files
cpcheck/.gitignore
T
dekun 32c8f4b156 Initial release: CPCHECK cloud port detection tool
Web-based TCP/UDP port checker with firewall/GFW diagnosis, PM2 deployment config, and Ubuntu one-click install script.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-16 15:24:40 +08:00

14 lines
108 B
Plaintext

venv/
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.env
logs/
*.log
.DS_Store
.idea/
.vscode/