AlexFocus commited on
Commit
d4fc437
·
1 Parent(s): a69b47c
Files changed (1) hide show
  1. .gitignore +7 -0
.gitignore CHANGED
@@ -1,5 +1,6 @@
1
  # Python-generated files
2
  __pycache__/
 
3
  *.py[oc]
4
  build/
5
  dist/
@@ -16,4 +17,10 @@ wheels/
16
  MEMO.md
17
  backup/
18
 
 
 
 
 
 
 
19
  !.gitkeep
 
1
  # Python-generated files
2
  __pycache__/
3
+ __pycache__
4
  *.py[oc]
5
  build/
6
  dist/
 
17
  MEMO.md
18
  backup/
19
 
20
+ # macOS
21
+ .DS_Store
22
+
23
+ # Images
24
+ *.png
25
+
26
  !.gitkeep