86 lines
829 B
Text
86 lines
829 B
Text
/venv
|
|
/dataset
|
|
*.h5
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
.pnp/
|
|
.pnp.js
|
|
yarn-debug.log
|
|
yarn-error.log
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
out/
|
|
*.br
|
|
*.bundle
|
|
*.zip
|
|
.nuxt/
|
|
.nuxt-dev/
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
test-results/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
*.env*.local
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
.*~
|
|
.project
|
|
.settings/
|
|
.classpath
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.pem
|
|
.AppleDouble
|
|
.Spotlight-V100
|
|
.Trashes
|
|
evidence/
|
|
.AppleDouble
|
|
|
|
# Lock files (if you prefer to track dependencies)
|
|
package-lock.json
|
|
yarn.lock
|
|
pnpm-lock.yaml
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
|
|
# Temporary files
|
|
.tmp/
|
|
*.tmp
|
|
*.temp
|
|
.cache/
|
|
npm-cache/
|
|
yarn-cache/
|
|
.eslintcache
|
|
.stylelintcache
|
|
.prettiercache
|
|
|
|
# Misc
|
|
*.bak
|
|
*.backup
|
|
*.sublime-*
|
|
.sass-cache
|
|
parcel-cache.json
|
|
.pnp.*
|