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

It is created after preset script execution.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
pull/117/head
Evgenii Stratonikov 2024-01-12 13:17:57 +03:00
parent 14a5eac5b1
commit 17ace8a73d
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

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