[core] Let Git ignore __pycache__, .pytest_cache

This commit is contained in:
dirkf 2024-10-07 15:52:33 +01:00
parent c5098961b0
commit 229f59e7c3

2
.gitignore vendored
View File

@ -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/