/bin/
/target/
/json_path/target/
/tests/pytest/logs/
/1/

# These are backup files generated by rustfmt
**/*.rs.bk

# Python
*.pyc

# LLAPI flow-test consumer module (built artifacts)
tests/pytest/llapi_test_module/*.so
tests/pytest/llapi_test_module/*.o

# Redis
# *.rdb

# mkdocs
/site/

# packaging
# build/

/logs/

# Mac
.DS_Store

# IDEs
.idea
.project
.vscode
.cproject
.project
.settings/

wordlist.dic

# RLTest
config.txt

venv/
dump.rdb
memory_report*.json
memory_report*.txt
tests/pytest/nodes.conf

# `touch .prepared` marker created by redis-core's modules/common.mk when this
# repo is consumed as a bundled module (signals "already cloned"). Never
# meant to live in the source tree.
.prepared
