prasanth.thangavel commited on
Commit
466901f
1 Parent(s): 9971ad2

Update gitignore to ignore pycache files

Browse files
Files changed (1) hide show
  1. .gitignore +5 -1
.gitignore CHANGED
@@ -1,3 +1,7 @@
1
  # Ignore ipynb_checkpoints/
2
  .ipynb_checkpoints
3
- */.ipynb_checkpoints/*
 
 
 
 
 
1
  # Ignore ipynb_checkpoints/
2
  .ipynb_checkpoints
3
+ */.ipynb_checkpoints/*
4
+
5
+ # Byte-compiled / optimized / DLL files
6
+ __pycache__/
7
+ *.py[cod]