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.

80 lignes
869B

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