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.

63 lignes
734B

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