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

# 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*
ehthumbs.db
Icon?
Thumbs.db

# IDE stuff #
#############
.idea
.vscode


# Python version/venv #
#######################
.python-version

# Python bytecode #
###################
__pycache__
*.pyc
*.pyo

# Cython .c files #
###################
*.c

# Python package stuff #
########################
*.egg-info

# Jupyter notebooks #
#####################
.ipynb_checkpoints

# hg and db files #
#####################
*.hg
*.db



