# ---- VCS / verktyg ----
.git
.gitignore
.gitattributes
.github/
.vscode/
.editorconfig
.vs/
Docs/
.wordpress-org/

# ---- Node/Composer ----
node_modules/
package.json
package-lock.json
pnpm-lock.yaml
yarn.lock
composer.lock

# ---- Bygg/konfig ----
webpack.*
rollup.*
vite.*
.eslintrc*
.stylelintrc*
.browserslistrc
scripts/

# ---- Källor & tester (ej distribution) ----
assets-src/
tests/
cypress/
coverage/

# ---- Artefakter & tillfälligt ----
*.map
*.log
*.zip
*.txt~
Thumbs.db
.DS_Store

# ---- Dokumentation (behåll readme.txt för wp.org) ----
*.md
*.MD
