Codebase list aadict / 356ff6f3-a6a5-4487-bfe5-c1a2096d2600/main .gitignore
356ff6f3-a6a5-4487-bfe5-c1a2096d2600/main

Tree @356ff6f3-a6a5-4487-bfe5-c1a2096d2600/main (Download .tar.gz)

.gitignore @356ff6f3-a6a5-4487-bfe5-c1a2096d2600/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*