med/.gitignore

44 lines
448 B
Plaintext
Raw Permalink 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
2020-02-09 12:55:34 +00:00
# VSCode project settings
.vscode
2019-08-02 11:24:49 +00:00
# Local data
settings_local.py
2020-02-09 15:02:19 +00:00
static/*
2019-08-02 11:24:49 +00:00
*.log
2020-02-09 15:02:19 +00:00
*.pid
2019-08-02 11:24:49 +00:00
# Virtualenv
env/
venv/
db.sqlite3