Adds python bytecode files to .gitignore (#2)

This commit is contained in:
Gav Verma
2025-12-17 16:31:10 -08:00
committed by GitHub
parent d4c62d44f0
commit f0432da83c
+5
View File
@@ -1 +1,6 @@
# macOS system files
.DS_Store
# Python bytecode files
__pycache__/
*.pyc