123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- #########################################
- # Editor temporary/working/backup files #
- .#*
- [#]*#
- *~
- *$
- *.bak
- *.kdev4
- *.komodoproject
- *.orig
- .project
- .pydevproject
- .settings
- *.tmp*
- .idea
- *.swp
- *.swo
- # Compiled source #
- ###################
- *.a
- *.com
- *.class
- *.dll
- *.exe
- *.mo
- *.o
- *.py[ocd]
- *.so
- # Python files #
- ################
- # setup.py working directory
- build
- # other build directories
- bin
- dist
- # sphinx build directory
- doc/_build
- # setup.py dist directory
- dist
- # Egg metadata
- *.egg-info
- *.egg
- *.EGG
- *.EGG-INFO
- # tox testing tool
- .tox
- # coverage
- .coverage
- cover
- *.ipynb_checkpoints
- # OS generated files #
- ######################
- .directory
- .gdb_history
- .DS_Store?
- ehthumbs.db
- Icon?
- Thumbs.db
- # Things specific to this project #
- ###################################
- neo/test/io/neurosharemergeio.py
- files_for_testing_neo
|