med/.gitignore

40 lines
413 B
Plaintext
Raw Normal View History

2019-08-02 11:24:49 +00:00
# Byte-compiled / optimized / DLL files
dist
build
__pycache__
*.py[cod]
*$py.class
*.swp
2019-08-02 11:24:49 +00:00
*.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/*
2019-08-02 11:24:49 +00:00
*.log
# Virtualenv
env/
venv/
db.sqlite3