Skip to content

Commit

Permalink
ignore .idea, add __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
Atomu2014 committed Apr 21, 2017
1 parent 6749e9e commit 1bbd643
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ ENV/
# Rope project settings
.ropeproject

.idea
Avazu/
Criteo-8d/
iPinYou-all/
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions datasets/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from Criteo import Criteo
from iPinYou import iPinYou

0 comments on commit 1bbd643

Please sign in to comment.