Anders and Briegel in Python
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

70 lignes
791B

  1. .agignore
  2. venv/
  3. fresh_venv/
  4. *.npy
  5. *.cache
  6. *.pkl
  7. *.pdf
  8. papers/
  9. # Project-specific
  10. ab/
  11. anders_briegel/
  12. # Byte-compiled / optimized / DLL files
  13. __pycache__/
  14. *.py[cod]
  15. # C extensions
  16. *.so
  17. # Distribution / packaging
  18. .Python
  19. env/
  20. build/
  21. develop-eggs/
  22. dist/
  23. downloads/
  24. eggs/
  25. lib/
  26. lib64/
  27. parts/
  28. sdist/
  29. var/
  30. *.egg-info/
  31. .installed.cfg
  32. *.egg
  33. # PyInstaller
  34. # Usually these files are written by a python script from a template
  35. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  36. *.manifest
  37. *.spec
  38. # Installer logs
  39. pip-log.txt
  40. pip-delete-this-directory.txt
  41. # Unit test / coverage reports
  42. htmlcov/
  43. .tox/
  44. .coverage
  45. .cache
  46. nosetests.xml
  47. coverage.xml
  48. # Translations
  49. *.mo
  50. *.pot
  51. # Django stuff:
  52. *.log
  53. # Sphinx documentation
  54. docs/_build/
  55. # PyBuilder
  56. target/
  57. # PYC
  58. *.pyc