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

# Packages #
############
# it's better to unpack these files and commit the raw src
# 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

# Python generated files #
##########################
*.pyc
*.egg
*.egg-info/
/build

# Other files
#############
.idea/
*.cif
*.pdfo
.coverage
.ipynp_checkpoints
.pytest_cache*
/smol/cofe/debug/*
*/.ipynb_checkpoints/*
/htmlcov/
