Akeru is an open source AI platform built on top of the Akeru AI edge network. The network runs as a Bittensor Subnet, providing a transparent, safe and highly available AI capacities.
The .vscode folder has user-specific settings for VS Code which aren't needed, and by adding .vscode to the .gitignore, we make sure that these settings stay local and don't mess up our repo or cause problems between contributors' local dev environments.
Acceptance Critera:
Remove the existing.vscode file.
Make sure that file is not added again in the future.
The
.vscode
folder has user-specific settings for VS Code which aren't needed, and by adding.vscode
to the.gitignore
, we make sure that these settings stay local and don't mess up our repo or cause problems between contributors' local dev environments.Acceptance Critera:
.vscode
file.