1234567891011121314151617181920212223242526272829303132333435363738 |
- # 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
- settings.py
- *.sqlite
- # Personal conf
- static/jquery.js
- static/socket.io.js
- templates/head-perso.html
- templates/scripts-perso.html
|