init project
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
# 虚拟环境
|
||||
venv/
|
||||
.env/
|
||||
|
||||
# PyCharm
|
||||
.idea/
|
||||
|
||||
# 日志
|
||||
*.log
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user