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

pull/32944/head
dirkf 10 months ago
parent c5098961b0
commit 48082c9091

2
.gitignore vendored

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

Loading…
Cancel
Save