prasanth.thangavel commited on
Commit
da7ed86
·
1 Parent(s): 44484a9

Add gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +15 -0
.gitignore ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Python cache files
2
+ __pycache__/
3
+ *.py[cod]
4
+ *$py.class
5
+ .Python
6
+ *.so
7
+
8
+ # Mac system files
9
+ .DS_Store
10
+ .AppleDouble
11
+ .LSOverride
12
+
13
+ # VS Code
14
+ .vscode/
15
+ *.code-workspace