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.

73 lines
818B

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