Leave my gitignore alone

This commit is contained in:
Fomys 2019-02-25 21:24:18 +01:00
commit e854a5047d
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
.idea/
Pipfile.lock
__pycache__/
build/
build/

View File

@ -309,4 +309,4 @@ if __name__ == "__main__":
t = Turtle()
t.set_position((0, 0))
t.fractal.outline(6, 2, 5)
t.save("test.bmp")
t.save("test.jpg")