Browse Source

modified the ignore file to ignore the cache files

master
jingxun 2 years ago
parent
commit
8f9974e7e9
  1. 2
      .gitignore

2
.gitignore

@ -1,6 +1,8 @@
# ---> Python
# Byte-compiled / optimized / DLL files
__pycache__/
.DS_Store
.idea/
*.py[cod]
*$py.class

Loading…
Cancel
Save