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.

74 lignes
827B

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