Files
qdrant/.gitignore
T
xzfc c41a582296 Chores (#8370)
* chore: gitignore .idea and .vscode globally

Reason: `lib/edge/publish` is a separate Cargo workspace and I'd like to
have a separate rust-analyzier configuration for it, which is stored in
`.vscode/settings.json`. Not sure about `.idea`, but I guess the same
logic applies.

* chore: Use Iterator::is_sorted (stabilized in Rust 1.82)

* chore: remove unrelated files

These were added in #5501 (42fd2e27), perhaps by accident?
2026-03-26 17:52:01 +01:00

23 lines
341 B
Plaintext

/target
.idea
.vscode
/.devcontainer
/storage
/snapshots
/consensus_test_logs
/tests/consensus_test_logs
/config/local
/tls
/static
*.log
.qdrant-initialized
/.hypothesis
**/__pycache__
tests/storage-compat/compatibility.tar
tests/storage-compat/full-snapshot.snapshot.gz
tests/storage-compat/storage.tar.bz2
venv
.venv
.env
.python-version