1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-06-21 03:58:24 +02:00

Update project base

This commit is contained in:
Alexandre Iooss
2019-08-02 13:24:49 +02:00
parent 9ebe20023d
commit 8571cd36ac
8 changed files with 1195 additions and 289 deletions

44
.gitignore vendored
View File

@ -1,6 +1,42 @@
settings_local.py
# Byte-compiled / optimized / DLL files
dist
build
__pycache__
*.py[cod]
*$py.class
*.swp
*.pyc
re2o.png
__pycache__/*
*.egg-info
_build
.tox
.coverage
coverage
# Translations
*.mo
*.pot
# Jupyter Notebook
.ipynb_checkpoints
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# PyCharm project settings
.idea
# Local data
settings_local.py
static_files/*
*.log
# Virtualenv
env/
venv/
db.sqlite3
# Ignore migrations during first phase dev
migrations/