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.

78 lignes
855B

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