1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2024-11-26 16:07:09 +00:00
med/.gitignore
2020-02-09 16:07:37 +01:00

44 lines
448 B
Plaintext

# Byte-compiled / optimized / DLL files
dist
build
__pycache__
*.py[cod]
*$py.class
*.swp
*.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
# VSCode project settings
.vscode
# Local data
settings_local.py
static/*
*.log
*.pid
# Virtualenv
env/
venv/
db.sqlite3