# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
 
# 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
*.rar
*.tar
*.zip
 
# Logs and databases #
######################
*.log
*.sql
*.sqlite
 
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
 
# IDE files #
#############
.~lock.*
.buildpath

# Netbeans
nbproject
nbactions.xml
nb-configuration.xml

# Eclipse
.classpath
.project
.settings/

# Intellij
.idea/
*.iml
*.iws

# Mac
.DS_Store

# Maven
target/
local_dhus_test/
test-output/
.flattened-pom.xml

# others
client/webclient/install/
client/webclient/node_modules/
/bin/
tomcat.*/
src/main/webapp/
src/main/resources/gss.xml
/gss.xml
rebuildDistrib.sh

# Python
__pycache__/
*.pyc
.pytest_cache/
*.egg-info/
build/
dist/
