# macOS
.DS_Store
.AppleDouble
.LSOverride
._*
# Do not use "Icon?" — it matches the icons/ folder name

# Editor / IDE
.idea/
.vscode/
*.swp
*.swo
*~

# Logs & debug
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Dependencies (if added later)
node_modules/

# Env / secrets
.env
.env.*
!.env.example

# Chrome extension packaging
*.crx
*.pem
*.zip
web-ext-artifacts/

# OS / misc
Thumbs.db
Desktop.ini
