# 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

dist/

*.egg-info/

# Compiled Python bytecode
*.py[cod]

# Log files
*.log


# Generated by MacOS
.DS_Store

# Large media files
*.mp4
*.tiff
*.avi
*.flv
*.mov
*.wmv

# version file
version.py

# documents generated
docs/_build

# eggs info generated
terndata.flux.egg-info

# build
build

#tox
.tox