Skip to content

Commit

Permalink
agrego licencia y gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mlambir committed May 28, 2013
1 parent 764f013 commit c325679
Show file tree
Hide file tree
Showing 2 changed files with 707 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
*.py[cod]

# C extensions
*.so

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
__pycache__

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
nosetests.xml

# Translations
*.mo

.idea
Loading

0 comments on commit c325679

Please sign in to comment.