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.

72 lignes
801B

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