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.

69 lignes
781B

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