mirror of
https://github.com/dnslin/aria2bot.git
synced 2026-01-10 11:52:20 +08:00
35 lines
260 B
Plaintext
35 lines
260 B
Plaintext
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Python
|
|
.venv
|
|
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
*.egg-info
|
|
.eggs
|
|
|
|
# 环境配置
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# 缓存和临时文件
|
|
.cache
|
|
temp
|
|
*.log
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
|
|
# 文档和计划
|
|
*.md
|
|
!README.md
|
|
|
|
# 测试
|
|
tests
|
|
.pytest_cache
|
|
.coverage
|