copilot-swe-agent[bot] SushantGautam commited on
Commit
e1ba836
·
1 Parent(s): e7a84e7

Update .gitignore to exclude __pycache__ and *.pyc

Browse files

Co-authored-by: SushantGautam <16721983+SushantGautam@users.noreply.github.com>

Files changed (1) hide show
  1. .gitignore +3 -1
.gitignore CHANGED
@@ -2,4 +2,6 @@
2
  build
3
  medvqa.egg-info
4
  dist
5
- .pypirc
 
 
 
2
  build
3
  medvqa.egg-info
4
  dist
5
+ .pypirc
6
+ __pycache__
7
+ *.pyc