nk20/.gitignore

57 lines
609 B
Plaintext
Raw Permalink 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
2020-07-25 15:36:37 +00:00
.env
map.json
2019-07-08 10:44:26 +00:00
*.log
2020-08-06 07:27:33 +00:00
backups/
2020-08-10 09:31:21 +00:00
/static/
/media/
2023-03-30 15:26:06 +00:00
/tmp/
2020-07-25 15:36:37 +00:00
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
shell.nix
2020-10-30 15:58:49 +00:00
# ansibles customs host
ansible/host_vars/*.yaml
!ansible/host_vars/bde*
ansible/hosts