stagoverflow commited on
Commit
3e8a4d5
·
1 Parent(s): 7605268

virtual environment setup

Browse files
Files changed (2) hide show
  1. .gitignore +2 -1
  2. .idea/whatIsThisCar.iml +4 -1
.gitignore CHANGED
@@ -1 +1,2 @@
1
- /.idea
 
 
1
+ /.idea
2
+ /venv
.idea/whatIsThisCar.iml CHANGED
@@ -1,7 +1,10 @@
1
  <?xml version="1.0" encoding="UTF-8"?>
2
  <module type="PYTHON_MODULE" version="4">
3
  <component name="NewModuleRootManager">
4
- <content url="file://$MODULE_DIR$" />
 
 
 
5
  <orderEntry type="inheritedJdk" />
6
  <orderEntry type="sourceFolder" forTests="false" />
7
  </component>
 
1
  <?xml version="1.0" encoding="UTF-8"?>
2
  <module type="PYTHON_MODULE" version="4">
3
  <component name="NewModuleRootManager">
4
+ <content url="file://$MODULE_DIR$">
5
+ <excludeFolder url="file://$MODULE_DIR$/venv/bin" />
6
+ <excludeFolder url="file://$MODULE_DIR$/venv/lib" />
7
+ </content>
8
  <orderEntry type="inheritedJdk" />
9
  <orderEntry type="sourceFolder" forTests="false" />
10
  </component>