1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-01-18 06:01:17 +00:00
nk20/.gitignore

48 lines
527 B
Plaintext
Raw Normal View History

2020-01-31 15:43:21 +01:00
# Server config files
nginx_note.conf
2019-07-08 12:44:26 +02:00
# Byte-compiled / optimized / DLL files
dist
2019-07-07 20:49:02 +00:00
build
2019-07-08 12:44:26 +02: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 12:44:26 +02:00
# Jupyter Notebook
.ipynb_checkpoints
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# PyCharm project settings
.idea
2020-02-18 21:14:10 +01:00
# VSCode project settings
.vscode
2019-07-08 12:44:26 +02:00
# Local data
secrets.py
2019-07-08 12:44:26 +02:00
*.log
media/
2019-07-08 12:44:26 +02:00
# Virtualenv
2019-07-07 20:49:02 +00:00
env/
2019-07-08 12:44:26 +02:00
venv/
2019-07-07 20:49:02 +00:00
db.sqlite3
2019-07-16 15:24:05 +02:00
# Ignore migrations during first phase dev
migrations/