feat: add viztracer report to python gitignore
VizTracer is a logging/debugging/profiling tool for Python. A `result.json` file will be generated as a report when using VizTracer.
This commit is contained in:
parent
8779ee73af
commit
0be7099f8a
@ -160,3 +160,6 @@ cython_debug/
|
||||
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
|
||||
# VizTracer report
|
||||
result.json
|
||||
|
Loading…
Reference in New Issue
Block a user