AkeruAI / akeru

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.
https://www.akeru.ai/
83 stars 16 forks source link

Remove .vscode file and add it to .gitignore file #67

Closed GuiBibeau closed 6 months ago

GuiBibeau commented 6 months ago

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: