derek-thomas HF staff commited on
Commit
1089f86
1 Parent(s): f34a964

Ignoreing pycache and ipynb_checkpoints

Browse files
Files changed (1) hide show
  1. .gitignore +2 -1
.gitignore CHANGED
@@ -3,5 +3,6 @@
3
  output/
4
  .idea/
5
  notebooks/.
6
- notebooks/.ipynb_checkpoints/*
7
  data/*/*
 
 
3
  output/
4
  .idea/
5
  notebooks/.
6
+ **/.ipynb_checkpoints/*
7
  data/*/*
8
+ **/__pycache__/