✨ 初始化项目结构,添加日志功能和配置文件
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## python and toolchains
|
||||
.mypy_cache/
|
||||
__pycache__/
|
||||
.pytest_cache/
|
||||
|
||||
# idea
|
||||
.idea/
|
||||
.vscode/
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# platform
|
||||
# macOS
|
||||
**/.DS_Store
|
||||
# windows
|
||||
Thumbs.db
|
||||
# linux
|
||||
|
||||
# development
|
||||
.env
|
||||
.env.*
|
||||
plugins/
|
||||
data/
|
Reference in New Issue
Block a user