chore: add __pycache__ and .pyc to gitignore

This commit is contained in:
Siddharth Kumar Sah
2026-04-08 00:19:58 +08:00
parent d4d421d3ff
commit e8c6a26cb9
+4
View File
@@ -16,6 +16,10 @@ apps/api/data/
apps/api/tmp/
apps/web/.vite/
# Python
__pycache__/
*.pyc
# Build artifacts
coverage/
*.tsbuildinfo