Ignore Python bytecode

__pycache__/ was showing as untracked on every status.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Arda Aydin 2026-08-13 23:27:45 +03:00
parent c8026f00db
commit 8f26dbfa7f

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
# Python bytecode
__pycache__/
*.py[cod]