chore: add gitignore
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
70261aed50
commit
cea0ac2ba2
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
__pycache__/
|
||||||
|
.hypothesis/
|
||||||
|
.mypy_cache/
|
||||||
|
.pytest_cache/
|
||||||
|
*.dot
|
Loading…
Reference in a new issue