Add '*.pyc' to .gitignore to ignore Python compiled files

This commit is contained in:
coconut49 2023-10-17 22:34:39 +08:00
parent b8bde7350e
commit 5ab1312b62
No known key found for this signature in database

1
.gitignore vendored
View file

@ -2,6 +2,7 @@
.env
litellm_uuid.txt
__pycache__/
*.pyc
bun.lockb
**/.DS_Store
.aider*