mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
chore: add __pycache__ and .pyc to gitignore
This commit is contained in:
@@ -16,6 +16,10 @@ apps/api/data/
|
|||||||
apps/api/tmp/
|
apps/api/tmp/
|
||||||
apps/web/.vite/
|
apps/web/.vite/
|
||||||
|
|
||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
|
||||||
# Build artifacts
|
# Build artifacts
|
||||||
coverage/
|
coverage/
|
||||||
*.tsbuildinfo
|
*.tsbuildinfo
|
||||||
|
|||||||
Reference in New Issue
Block a user