This repository has been archived on 2019-11-11. You can view files and clone it, but cannot push or open issues or pull requests.
|
# Python / Django
|
|
*.log
|
|
*.pot
|
|
*.pyc
|
|
__pycache__/
|
|
local_settings.py
|
|
db.sqlite3
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Environments
|
|
.python-version
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
build/
|
|
dist/
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|