28 lines
260 B
Text
28 lines
260 B
Text
|
|
# Git metadata
|
||
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
|
||
|
|
# IDE stuff
|
||
|
|
.idea/
|
||
|
|
.vscode/
|
||
|
|
|
||
|
|
# Python / Django
|
||
|
|
*.log
|
||
|
|
*.pot
|
||
|
|
*.pyc
|
||
|
|
.cache
|
||
|
|
__pycache__/
|
||
|
|
local_settings.py
|
||
|
|
db.sqlite3
|
||
|
|
|
||
|
|
# Environments
|
||
|
|
.python-version
|
||
|
|
.env
|
||
|
|
.venv
|
||
|
|
env/
|
||
|
|
venv/
|
||
|
|
|
||
|
|
# Installer logs
|
||
|
|
pip-log.txt
|
||
|
|
pip-delete-this-directory.txt
|