init
This commit is contained in:
commit
fb848b9244
8 changed files with 224 additions and 0 deletions
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Python
|
||||
*.pyc
|
||||
__pycache__/
|
||||
*.pyo
|
||||
*.pyd
|
||||
*.db
|
||||
*.sqlite3
|
||||
|
||||
# Django
|
||||
/static/
|
||||
/media/
|
||||
*.log
|
||||
*.pot
|
||||
*.pyc
|
||||
*.db
|
||||
|
||||
# Virtualenv
|
||||
pyenv/
|
||||
venv/
|
||||
.venv/
|
||||
|
||||
# Docker
|
||||
*.log
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue