Skip to content

Commit

Permalink
Testing: Net New Branch
Browse files Browse the repository at this point in the history
  • Loading branch information
svanoort committed Jun 4, 2014
0 parents commit af53a61
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions .gitignore
@@ -0,0 +1,55 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
.Python
env/
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

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

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# Rope
.ropeproject

# Django stuff:
*.log
*.pot

# Sphinx documentation
docs/_build/

0 comments on commit af53a61

Please sign in to comment.