并没有改动。。。。 [CI SKIP]
This commit is contained in:
58
.gitignore
vendored
Normal file
58
.gitignore
vendored
Normal file
@@ -0,0 +1,58 @@
|
|||||||
|
# Byte-compiled / optimized / DLL files
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
# C extensions
|
||||||
|
*.so
|
||||||
|
# Distribution / packaging
|
||||||
|
.Python
|
||||||
|
env/
|
||||||
|
bin/
|
||||||
|
build/
|
||||||
|
develop-eggs/
|
||||||
|
dist/
|
||||||
|
eggs/
|
||||||
|
lib64/
|
||||||
|
parts/
|
||||||
|
sdist/
|
||||||
|
var/
|
||||||
|
*.egg-info/
|
||||||
|
.installed.cfg
|
||||||
|
*.egg
|
||||||
|
# Installer logs
|
||||||
|
pip-log.txt
|
||||||
|
pip-delete-this-directory.txt
|
||||||
|
# Unit test / coverage reports
|
||||||
|
htmlcov/
|
||||||
|
.tox/
|
||||||
|
.coverage
|
||||||
|
.cache
|
||||||
|
nosetests.xml
|
||||||
|
coverage.xml
|
||||||
|
# Translations
|
||||||
|
*.mo
|
||||||
|
# Mr Developer
|
||||||
|
.mr.developer.cfg
|
||||||
|
.project
|
||||||
|
.pydevproject
|
||||||
|
# Rope
|
||||||
|
.ropeproject
|
||||||
|
.idea/
|
||||||
|
# Django stuff:
|
||||||
|
*.log
|
||||||
|
*.pot
|
||||||
|
# Sphinx documentation
|
||||||
|
docs/_build/
|
||||||
|
# Back up file
|
||||||
|
*~
|
||||||
|
#db file
|
||||||
|
db.db
|
||||||
|
#vim cache
|
||||||
|
*swp
|
||||||
|
*swo
|
||||||
|
#redis dump
|
||||||
|
*.rdb
|
||||||
|
#*.out
|
||||||
|
db.sqlite3
|
||||||
|
.DS_Store
|
||||||
|
log/
|
||||||
|
release/
|
||||||
Reference in New Issue
Block a user