1
0
Fork 0
mirror of https://github.com/tylernguyen/wiki.git synced 2025-02-05 00:23:13 -06:00

chore: add Python byte compiled files to .gitignore

This commit is contained in:
Tyler Nguyen 2024-11-09 06:06:04 -06:00
parent e41b7b6310
commit ee45ae7f4d
No known key found for this signature in database

4
.gitignore vendored
View file

@ -4,3 +4,7 @@
# Folder view configuration files
.DS_Store
Desktop.ini
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]