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.

76 lignes
841B

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