[core] Let Git ignore `__pycache__`, `.pytest_cache`

pull/32945/head
dirkf 5 months ago
parent c5098961b0
commit 229f59e7c3

2
.gitignore vendored

@ -1,3 +1,4 @@
__pycache__/
*.pyc
*.pyo
*.class
@ -5,6 +6,7 @@
*.DS_Store
wine-py2exe/
py2exe.log
.pytest_cache/
*.kate-swp
build/
dist/

Loading…
Cancel
Save