# 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

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.bz2
*.bzip2
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.tbz2
*.tgz
*.zip

# Python files #
################
build/
_build
MANIFEST
dist/
*.egg-info/
.shelf
.tox/
.coverage
.ropeproject/
htmlcov/

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

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

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