Browse Source

add .gitignore

pull/5/head
Huyf9 2 years ago
parent
commit
edbc3e1f04
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      .gitignore

+ 8
- 0
.gitignore View File

@@ -0,0 +1,8 @@
.idea/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so

Loading…
Cancel
Save