Anders and Briegel in Python
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

79 lines
862B

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