Update .gitignore for better macOS support and IntelliJ editing

This commit is contained in:
Otto Winter 2020-01-12 16:28:24 +01:00
parent a468feccb0
commit c3852cb30d
No known key found for this signature in database
GPG Key ID: 48ED2DDB96D7682C
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -4,3 +4,5 @@ _build
__pycache__/
*.py[cod]
*$py.class
*.DS_Store
/.idea/