# Build outputs. Everything here is regenerated by `nvaddon build`;
# `nvaddon clean` removes them.
*.nvda-addon
*.pot
*.mo
addon/manifest.ini
addon/locale/*/manifest.ini
addon/doc/style.css
addon/doc/%%BASE_LANGUAGE%%/
addon/doc/*/*.html

# Python
*.py[co]
__pycache__/
*.egg-info/
.venv/

# Editors and operating systems
.DS_Store
Thumbs.db
