This commit is contained in:
qsc
2026-06-06 01:57:37 +08:00
parent ee6a4269e0
commit 2a97e1df17
17 changed files with 72 additions and 0 deletions
+72
View File
@@ -0,0 +1,72 @@
# Python bytecode and cache
__pycache__/
**/__pycache__/
*.py[cod]
*$py.class
*.pyo
# Python local environments
.venv/
venv/
env/
ENV/
venv*/
.python-version
pip-wheel-metadata/
*.egg-info/
.eggs/
*.egg
# PyInstaller build and packaging output
build/
dist/
.packaging/
*.spec
*.manifest
# Local runtime data
network_profiles.json
*.db
*.sqlite
*.sqlite3
# Logs and temporary files
*.log
logs/
*.tmp
*.temp
*.bak
*.old
# Export/report folders created during manual testing
exports/
reports/
scan-results/
scan_results/
# Test and tooling cache
.pytest_cache/
.mypy_cache/
.ruff_cache/
.nox/
.tox/
.coverage
.coverage.*
htmlcov/
coverage.xml
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*.swn
*.user
*.suo
# OS metadata
Thumbs.db
ehthumbs.db
desktop.ini
.DS_Store
$RECYCLE.BIN/
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.