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:
ImageBuilder1837 2024-06-23 11:36:30 +08:00
parent 8779ee73af
commit 0be7099f8a
No known key found for this signature in database
GPG Key ID: DE4614C123DD1EEE

View File

@ -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