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.

57 lines
560 B

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. *.nd2
  2. run.py
  3. # Byte-compiled / optimized / DLL files
  4. __pycache__/
  5. *.py[cod]
  6. .idea/
  7. *.idea/*
  8. # C extensions
  9. *.so
  10. # Distribution / packaging
  11. .Python
  12. env/
  13. env27/
  14. bin/
  15. build/
  16. develop-eggs/
  17. dist/
  18. eggs/
  19. lib/
  20. lib64/
  21. parts/
  22. sdist/
  23. var/
  24. *.egg-info/
  25. .installed.cfg
  26. *.egg
  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. # Mr Developer
  40. .mr.developer.cfg
  41. .project
  42. .pydevproject
  43. # Rope
  44. .ropeproject
  45. # Django stuff:
  46. *.log
  47. *.pot
  48. tests/test_data/