# linux
*~
.directory # KDE directory preferences
.Trash-* # Linux trash folder which might appear on any partition or disk

# macos
.DS_Store
.AppleDouble
.LSOverride
Icon # Icon must end with two \r
._* # Thumbnails
.DocumentRevisions-V100 # Files that might appear in the root of a volume
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.AppleDB # Directories potentially created on remote AFP share
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
*.cab # Windows Installer files
*.msi
*.msm
*.msp
*.lnk # Windows shortcuts

# idea
.idea
*.iml
out
gen

# sqlite
*.db
*.sqlite3

# java
*.class
.mtj.tmp/ # Mobile Tools for Java (J2ME)
target/ # Package Files #
*.jar
*.war
*.ear
hs_err_pid* # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml

# python 
**/*.pyc
**/__pycache__
**/dist
**/*.egg-info
**/.pytype
build/**
.coverage
coverage.xml
htmlcov

# ruby and jekyll files 
Gemfile.lock
docs/**/_site/**

# ctag generated file
tags
.tags

# build artifacts
mmif_python-*/
./VERSION*
.hypothesis

# Documentation build artifacts
documentation/cli_help.rst
documentation/whatsnew.md
documentation/examples.rst
documentation/examples/
documentation/autodoc
docs-test

# environments
.venv*
venv*
_issues
