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.

67 lignes
763B

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