Jeu de belote en ligne.

.gitignore 388B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # Byte-compiled / optimized / DLL files
  2. __pycache__/
  3. *.py[cod]
  4. # Translations
  5. *.mo
  6. *.pot
  7. # pyenv
  8. .python-version
  9. # Environments
  10. .env
  11. .venv
  12. env/
  13. venv/
  14. ENV/
  15. env.bak/
  16. venv.bak/
  17. ## Editors:
  18. *.bak
  19. *.sav
  20. *.backup
  21. .*.swp
  22. *~
  23. # Secret configuration
  24. settings.cfg
  25. settings.py
  26. *.sqlite
  27. # Personal conf
  28. static/jquery.js
  29. static/socket.io.js
  30. templates/head-perso.html
  31. templates/scripts-perso.html