futriix-json/.gitignore
Roshan Khatri 926b6fd6fe
Contributing valkeyJSON module (#1)
Initial contribution for ValkeyJSON based off of Amazon implementation.
2024-11-29 07:47:54 -08:00

31 lines
270 B
Plaintext

# IDE files
.idea/
*.vscode
.vscode/*
# Build temp files
*build
cmake-build-*/
# Auto-generated files
**/__pycache__/*
test-data
*.pyc
*.bin
*.o
*.xo
*.so
*.d
*.a
*.log
*.out
# Others
.DS_Store
.attach_pid*
venv/
core.*
valkeytests
**/include
**/report.html
**/assets