Belote/.gitignore

38 lines
388 B
Plaintext
Raw Permalink Normal View History

2020-04-25 10:08:19 +00:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# Translations
*.mo
*.pot
# pyenv
.python-version
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
## Editors:
*.bak
*.sav
*.backup
.*.swp
*~
# Secret configuration
settings.cfg
2020-04-26 09:32:30 +00:00
settings.py
*.sqlite
2020-04-25 10:08:19 +00:00
# Personal conf
static/jquery.js
static/socket.io.js
templates/head-perso.html
templates/scripts-perso.html