fix
This commit is contained in:
42
.gitignore
vendored
Normal file
42
.gitignore
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
.venv
|
||||
venv
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
*.sqlite3
|
||||
*.log
|
||||
.DS_Store
|
||||
.env
|
||||
.env.*
|
||||
.idea
|
||||
.vscode
|
||||
*.swp
|
||||
*.swo
|
||||
coverage
|
||||
htmlcov
|
||||
.tox
|
||||
.pytest_cache
|
||||
.pyre
|
||||
.mypy_cache
|
||||
.pytype
|
||||
.pytest_cache/
|
||||
.cache
|
||||
.pyre/
|
||||
.mypy_cache/
|
||||
.pytype/
|
||||
dist
|
||||
build
|
||||
*.egg-info
|
||||
.eggs
|
||||
pip-wheel-metadata
|
||||
pip-wheel-metadata/
|
||||
instance
|
||||
.webassets-cache
|
||||
.scrapy
|
||||
.scrapy/
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
.coverage.*
|
||||
nosetests.xml
|
||||
coverage.xml
|
||||
Reference in New Issue
Block a user