stacktach-simport/.gitignore
Levi Blackstone b0caa41138 Add PEP8 check and fix related issues
- Add PEP8 section to tox.ini
- Add requirements.txt
- Add hacking to requirements to enforce OpenStack style requirements
- Fix formatting issues flagged by flake8 check
- Add copyright notices to all remaining files
- Update .gitignore file

Change-Id: I82cd4377d5eaded1a39fe0349105582fd42779d1
2015-08-18 14:20:15 -05:00

42 lines
362 B
Plaintext

*.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
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# IDE Project Files
*.project
*.pydev*
*.idea