gitignore: drop accidentally-committed __pycache__/.pytest_cache

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Uwe Schuster 2026-04-25 21:38:32 +02:00
parent b3b2903c75
commit f4f9289bdc
3 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View file

@ -2,3 +2,6 @@ node_modules/
dist/ dist/
*.tgz *.tgz
.DS_Store .DS_Store
__pycache__/
.pytest_cache/
*.pyc