Add Python history to gitignore

This commit is contained in:
2022-11-04 07:20:25 +00:00
parent b36791d56b
commit 52216df5a4

1
.gitignore vendored
View File

@@ -9,6 +9,7 @@ __pycache__/
# Distribution / packaging
.Python
.python_history
build/
develop-eggs/
dist/