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.

77 lignes
846B

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