Skip to content

Commit

Permalink
project file
Browse files Browse the repository at this point in the history
  • Loading branch information
iutinvg committed Oct 17, 2015
1 parent 5f358f9 commit 39ef1a0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.DS_Store
*.pyc
*.sublime-workspace
*.sublime-project
_build
*.deb
.vagrant
Expand Down
23 changes: 23 additions & 0 deletions project.sublime-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"paths":{
"linux": [],
"osx": ["/Users/slava/virtualenvs/smarttrade/bin", "/Users/slava/virtualenvs/smarttrade/lib/python2.7/site-packages"],
"windows": []
},
"folders":[
{
"path":".",
"file_exclude_patterns": ["smarttrade.sublime-workspace"]
}
],
"settings": {
"python_interpreter": "/Users/slava/virtualenvs/smarttrade/bin/python",
"extra_paths": ["/Users/slava/virtualenvs/smarttrade/lib/python2.7/site-packages"],
"line_padding_bottom": 3,
"flake8lint": {
"python_interpreter": "/Users/slava/virtualenvs/smarttrade/bin/python",
"gutter_marks": "circle",
"ignore": ["E501", "F403", "N802", "N806"]
}
}
}

0 comments on commit 39ef1a0

Please sign in to comment.