# These are some examples of commonly ignored file patterns.
# You should customize this list as applicable to your project.
# Learn more about .gitignore:
#     https://www.atlassian.com/git/tutorials/saving-changes/gitignore


# PyCharm pychache and venv
__pycache__/
venv/
# Compiled Python bytecode
*.py[cod]

# JetBrains IDE
.idea/

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

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

# Applications
*.app
*.exe
*.war
