nk20/.gitignore

48 lines
527 B
Plaintext
Raw Normal View History

2020-01-31 14:43:21 +00:00
# Server config files
nginx_note.conf
2019-07-08 10:44:26 +00:00
# Byte-compiled / optimized / DLL files
dist
2019-07-07 20:49:02 +00:00
build
2019-07-08 10:44:26 +00:00
__pycache__
*.py[cod]
*$py.class
*.swp
*.egg-info
_build
.tox
.coverage
coverage
# Translations
*.mo
2019-07-07 20:49:02 +00:00
*.pot
2019-07-08 10:44:26 +00:00
# Jupyter Notebook
.ipynb_checkpoints
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# PyCharm project settings
.idea
2020-02-18 20:14:10 +00:00
# VSCode project settings
.vscode
2019-07-08 10:44:26 +00:00
# Local data
secrets.py
2019-07-08 10:44:26 +00:00
*.log
media/
2019-07-08 10:44:26 +00:00
# Virtualenv
2019-07-07 20:49:02 +00:00
env/
2019-07-08 10:44:26 +00:00
venv/
2019-07-07 20:49:02 +00:00
db.sqlite3
2019-07-16 13:24:05 +00:00
# Ignore migrations during first phase dev
migrations/