🌈 style(main): 格式化代码,并删除pyc文件

This commit is contained in:
WhaleFall
2021-08-10 19:03:03 +08:00
parent 842a3953fb
commit d72947047d
4 changed files with 15 additions and 6 deletions

4
.gitignore vendored
View File

@@ -94,6 +94,10 @@ ipython_config.py
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/
# 忽略子文件中的
**/__pycache__
*.pyc
# Celery stuff
celerybeat-schedule
celerybeat.pid