.gitignore 820 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. #########################################
  2. # Editor temporary/working/backup files #
  3. .#*
  4. [#]*#
  5. *~
  6. *$
  7. *.bak
  8. *.kdev4
  9. *.komodoproject
  10. *.orig
  11. .project
  12. .pydevproject
  13. .settings
  14. *.tmp*
  15. .idea
  16. *.swp
  17. *.swo
  18. # Compiled source #
  19. ###################
  20. *.a
  21. *.com
  22. *.class
  23. *.dll
  24. *.exe
  25. *.mo
  26. *.o
  27. *.py[ocd]
  28. *.so
  29. # Python files #
  30. ################
  31. # setup.py working directory
  32. build
  33. # other build directories
  34. bin
  35. dist
  36. # sphinx build directory
  37. doc/_build
  38. # setup.py dist directory
  39. dist
  40. # Egg metadata
  41. *.egg-info
  42. *.egg
  43. *.EGG
  44. *.EGG-INFO
  45. # tox testing tool
  46. .tox
  47. # coverage
  48. .coverage
  49. cover
  50. *.ipynb_checkpoints
  51. # OS generated files #
  52. ######################
  53. .directory
  54. .gdb_history
  55. .DS_Store?
  56. ehthumbs.db
  57. Icon?
  58. Thumbs.db
  59. # Things specific to this project #
  60. ###################################
  61. neo/test/io/neurosharemergeio.py
  62. files_for_testing_neo