chore: ignore Python __pycache__ (stray automation client cache)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Hakan Seven 2026-06-17 21:05:30 +03:00
commit 5af1c9d841
2 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View file

@ -28,3 +28,7 @@ build-dir/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
# Python bytecode
__pycache__/
*.pyc