83 lines
856 B
Plaintext
83 lines
856 B
Plaintext
# mac
|
|
.DS_Store
|
|
|
|
# vscode
|
|
.vscode/
|
|
|
|
# key
|
|
secret_key.json
|
|
.secret_key.json
|
|
.env
|
|
|
|
#django
|
|
**/migrations/*
|
|
!**/migrations/__init__.py
|
|
*.sqlite3
|
|
uploads/
|
|
.config/
|
|
.static/
|
|
.vsls.json
|
|
*.log
|
|
*.pot
|
|
*.pyc
|
|
__pycache__/
|
|
local_settings.py
|
|
db.sqlite3
|
|
db.sqlite3-journal
|
|
media
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
pip-wheel-metadata/
|
|
share/python-wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
MANIFEST
|
|
*.manifest
|
|
*.spec
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
htmlcov/
|
|
.tox/
|
|
.nox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
.hypothesis/
|
|
.pytest_cache/
|
|
*.mo
|
|
.scrapy
|
|
docs/_build/
|
|
target/
|
|
.python-version
|
|
celerybeat-schedule
|
|
*.sage.py
|
|
.spyderproject
|
|
.spyproject
|
|
.ropeproject
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
/site
|
|
.mypy_cache/
|
|
.dmypy.json
|
|
dmypy.json
|
|
.pyre/
|