Python C extension to compute the permanent.
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.

58 lignes
689B

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