gitignore: update

This commit is contained in:
Ian Burgwin
2019-11-12 00:54:55 -08:00
parent aa1c9219c6
commit 106666b897

15
.gitignore vendored
View File

@@ -1,6 +1,17 @@
.vscode/
bin/linux/save3ds_fuse
**/__pycache__
**/finalize
cstins/
testing-class.py
testing-class.py
# macOS
.DS_Store
._*
# Python
venv/
**/__pycache__/
*.pyc
# JetBrains
.idea/