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:
parent
e41b7b6310
commit
ee45ae7f4d
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -4,3 +4,7 @@
|
||||||
# Folder view configuration files
|
# Folder view configuration files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Desktop.ini
|
Desktop.ini
|
||||||
|
|
||||||
|
# Byte-compiled / optimized / DLL files
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
|
Loading…
Reference in a new issue