3v324v23's picture
Added neural network playground code from GitHub
0b2295a
raw
history blame
472 Bytes
# macOS files
.DS_Store
.AppleDouble
.LSOverride
# Thumbnails
._*
# Node modules and dependency directories
node_modules/
jspm_packages/
# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE files
.idea/
.vscode/
*.sublime-project
*.sublime-workspace
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
logs
*.log
# Distribution directories
dist/
build/
# Python cache files
__pycache__/
*.py[cod]
*$py.class