project.pymakr
*.zip

# no python virtual environment
.env/*
# no compiled python 
**/__pycache__/**

#ignore the scratchpad 
scratch/*

# ignore stubs 
# stubs
board/stubs
minified/stubs
all_stubs
all-stubs
stubs

# ignore test coverage report
.coverage
htmlcov
coverage_html_report
coverage_report

# OS specific stuff
desktop.ini
.pytest_cache/*


