gitignore: ignore examples/tutorial tsv files

This commit is contained in:
Laurier Loiselle 2023-01-20 18:56:02 -05:00
parent efabc8025a
commit cae4173a8f
No known key found for this signature in database
GPG Key ID: 345920CC72089A3F

7
.gitignore vendored
View File

@ -18,3 +18,10 @@ dist/
# Other temporary files # Other temporary files
__pycache__ __pycache__
.*.swp .*.swp
# Built examples
examples/*
tutorial/*
!examples/*.yml
!tutorial/*.yml
!tutorial/*.md