# Merge conflicts #
###################
*.orig

# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so

# Ignore Python Byte-compiled / optimized / DLL files #
#######################################################
__pycache__/
*.py[cod]
*$py.class
*.bak
*.npz

# data files for MakeHuman  Project #
#####################################
*.obj
*.png
*.thumb
*.mhclo
*.mhmat
*.mhpose
*.meta
*.mhuv
*.mhw
*.proxy
*.mhpxy
*.list
*.bvh
*.mhskel
/makehuman/data/*
base_1-1_contents.txt

# Pydev Eclipse#
################
.project
.pydevproject
.settings/

# PyCharm #
###########
.idea/

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

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

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
/venv*

# macOS Build Files #
#####################
/buildscripts/darwin/build/*
/buildscripts/darwin/dist/*
/buildscripts/darwin/.eggs/*

# Python Packages #
###################
.eggs/*
