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.

71 lines
796B

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