exclude *.local from git

This commit is contained in:
ducklet 2021-07-11 19:17:02 +02:00
parent 4193c32955
commit 24aabd43f2

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
*.local
*.pyc *.pyc
/.cache /.cache
/.pytest_cache /.pytest_cache