Codebase list passwordmeter / 92c76ca4-9c78-48a1-aae0-d4d55e9a042c/main .gitignore
92c76ca4-9c78-48a1-aae0-d4d55e9a042c/main

Tree @92c76ca4-9c78-48a1-aae0-d4d55e9a042c/main (Download .tar.gz)

.gitignore @92c76ca4-9c78-48a1-aae0-d4d55e9a042c/mainraw · history · blame

*.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

envdev*
.virtualenv*