Add .pyc files to .gitignore to prevent Python bytecode from being tracked

This commit is contained in:
2025-11-11 07:50:37 -06:00
parent 38ac972960
commit 4c4b963aef

2
.gitignore vendored
View File

@@ -9,3 +9,5 @@ node_modules
# local storage
storage/
*.pyc