.$*
.idea
.vscode
*.db
automated-release-build
etc/dev.yml
etc/dev-frontend.yml

# Dependencies
node_modules/

# Artifacts
dist/

# Generated files
.docusaurus
.cache-loader

sdk/python/sdk/build/

# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
go.work
go.work.sum
zrok-venv

# cache used by local dev cross-build script
/.npm
npm-debug.log*
yarn-debug.log*
yarn-error.log*

.obsidian