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.

75 lines
835B

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