# Dependencies
/.pnp
.pnp.js

# Testing
/coverage

# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

# NPM and Yarn
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Byte-compiled
__pycache__/
*.py[cod]
*$py.class

# Distribution
.Python
develop-eggs/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# VSCode
.vscode

# Production and Development Configuration
app.yaml
draft_app.yaml
.auth

# Linting
.pylintrc

# Ignore iCloud
.icloud

# Node Modules Not Tracked
node_modules/
ui/static/static/magnify_preview/static/js/data.js
ui/static/static/magnify_preview/static/js/data.js

# Ignore PyTest
.pytest_cache/

# Scratch file
scratch.py