# .gitignore to define files that are untracked by Git

# Further .gitignore templates available at:
# https://github.com/github/gitignore

# macOS OS generated files
.DS_Store
._*
.Spotlight-V100
.Trashes

# Windows OS generated files
ehthumbs.db
Thumbs.db

# Python Byte-compiled etc
__pycache__/
*.py[cod]
*$py.class
