mirror of
https://github.com/geoffsee/predict-otron-9001.git
synced 2025-09-08 22:46:44 +00:00
35 lines
254 B
Plaintext
35 lines
254 B
Plaintext
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Rust
|
|
target/
|
|
|
|
# Documentation
|
|
README.md
|
|
*.md
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Build artifacts
|
|
dist/
|
|
build/
|
|
.fastembed_cache |