first init
This commit is contained in:
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
.idea
|
||||
|
||||
# 虚拟环境
|
||||
.venv
|
||||
venv
|
||||
|
||||
tests
|
||||
uploads
|
||||
**/__pycache__
|
||||
|
||||
**/*.zip
|
||||
**/*.log
|
||||
**/*.py[co]
|
||||
Reference in New Issue
Block a user