[#117] .gitignore: Add __pycache__
All checks were successful
DCO action / DCO (pull_request) Successful in 1m14s
Tests and linters / Tests (1.20) (pull_request) Successful in 2m24s
Tests and linters / Tests (1.21) (pull_request) Successful in 2m33s
Tests and linters / Tests with -race (pull_request) Successful in 3m57s

It is created after preset script execution.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
Evgenii Stratonikov 2024-01-12 13:17:57 +03:00
parent 14a5eac5b1
commit 17ace8a73d

2
.gitignore vendored
View file

@ -2,3 +2,5 @@ k6
*.bolt
presets
bin
# Preset script artifacts.
__pycache__