# See also nibabel/.gitignore for test data rules that
# are meant to make you think before you `git add --force`

# Editor temporary/working/backup files #
#########################################
.#*
[#]*#
*~
*$
*.bak
*.diff
*.org
.project
*.rej
.settings/
.*.sw[nop]
.sw[nop]
*.tmp
.project
.pydevproject
*.py.orig
.DS_Store
.idea/

# Not sure what the next one is for
*.kpf

# Makefile target file markers
*-stamp

# Compiled source #
###################
*.a
*.com
*.class
*.dll
*.exe
*.o
*.py[oc]
*.so

# Python files #
################
build/
_build
MANIFEST
dist/
*.egg-info/
.shelf
.tox/
.coverage*
cov.xml
test-results.xml
.ropeproject/
htmlcov/
.*_cache/

# Logs and databases #
######################
*.log
*.sql
*.sqlite
*.sqlite3

# OS generated files #
######################
.gdb_history
.DS_Store?
ehthumbs.db
Icon?
Thumbs.db

# Things specific to this project #
###################################
doc/source/reference
doc/source/generated
venv/
.buildbot.patch
.vscode
for_testing/

# Generated by setuptools_scm #
###############################
_version.py
