37 lines
387 B
Plaintext
37 lines
387 B
Plaintext
# Rust build artifacts
|
|
/target
|
|
**/*.rs.bk
|
|
|
|
# Development environment
|
|
.env
|
|
.devcontainer
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
.github
|
|
|
|
# Documentation and misc
|
|
README.md
|
|
LICENSE
|
|
*.md
|
|
|
|
# Generated files
|
|
embeddings_visualization.html
|
|
|
|
# Debug files
|
|
core
|
|
*.log
|
|
|
|
# Docker files (except Dockerfile which we need)
|
|
.dockerignore
|
|
docker-compose*.yml
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
*~ |