You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
344 B
29 lines
344 B
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# 日志与运行产物
|
|
logs/
|
|
*.log
|
|
html*.html
|
|
|
|
# 本地测试/临时文件(体积大或含采集结果)
|
|
test.txt
|
|
test2.txt
|
|
tem.txt
|
|
|
|
# 含敏感信息的旧笔记(请用 .md 版)
|
|
暗网服务部署笔记.txt
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
|
|
# 系统文件
|
|
.DS_Store
|
|
Thumbs.db
|