Add Python things to .gitignore

This commit is contained in:
Ralph Lange
2020-02-17 09:43:38 +01:00
parent f92c1e716e
commit 0b589770bf

5
.gitignore vendored
View File

@@ -1,5 +1,10 @@
/QtC-* /QtC-*
*.orig *.orig
*.log *.log
.*.swp .*.swp
*.autosave *.autosave
/.idea/
*.py[cod]
__pycache__/