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.

.gitignore 835B

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