Skip to content

Commit

Permalink
Add Python things to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphlange committed Mar 31, 2020
1 parent f92c1e7 commit 0b58977
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
/QtC-*

*.orig
*.log
.*.swp
*.autosave

/.idea/
*.py[cod]
__pycache__/

0 comments on commit 0b58977

Please sign in to comment.