#=================================================
# Python Module Template
# Version: 1.0.0
# Last Updated: 2023/03/30
#=================================================

#-------------------------------------------------
# Language Exclusions
#-------------------------------------------------
.DS_Store
__pycache__
*.env
*.pyc
.coverage
.pytest_cache
.tox
.venv

#-------------------------------------------------
# Build Exclusions
#-------------------------------------------------
build
dist
temp
*.egg-info

#-------------------------------------------------
# IDE Exclusions
#-------------------------------------------------
*.swp
*.vim
.history
.idea
.project
.python-version
.settings
.vs
.vscode

#-------------------------------------------------
# Module Specific Exclusions
#-------------------------------------------------
*.log
local-*
tests/reports/*

#-------------------------------------------------
# Other Nonsense
#-------------------------------------------------
