PrashantGoyal commited on
Commit
7357b32
·
1 Parent(s): 48b6ac2

Add gitignore for venv, datasets, model

Browse files
Files changed (1) hide show
  1. .gitignore +4 -2
.gitignore CHANGED
@@ -8,6 +8,9 @@ __pycache__/
8
 
9
  # Distribution / packaging
10
  .Python
 
 
 
11
  /get-pip.py
12
  build/
13
  develop-eggs/
@@ -123,8 +126,7 @@ celerybeat.pid
123
  *.sage.py
124
 
125
  # Environments
126
- Server/.env
127
- Client/.env
128
  .venv
129
  env/
130
  venv/
 
8
 
9
  # Distribution / packaging
10
  .Python
11
+ /model
12
+ /datasets
13
+ /venv
14
  /get-pip.py
15
  build/
16
  develop-eggs/
 
126
  *.sage.py
127
 
128
  # Environments
129
+ .env
 
130
  .venv
131
  env/
132
  venv/