Codebase list passwordmeter / a7dd2177-f1c1-44ed-a9a5-1168f458db8b/main .gitignore
a7dd2177-f1c1-44ed-a9a5-1168f458db8b/main

Tree @a7dd2177-f1c1-44ed-a9a5-1168f458db8b/main (Download .tar.gz)

.gitignore @a7dd2177-f1c1-44ed-a9a5-1168f458db8b/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*