Codebase list pytest-factoryboy / a3048259-d10f-4a02-9e8c-f125711bfc08/main .gitignore
a3048259-d10f-4a02-9e8c-f125711bfc08/main

Tree @a3048259-d10f-4a02-9e8c-f125711bfc08/main (Download .tar.gz)

.gitignore @a3048259-d10f-4a02-9e8c-f125711bfc08/mainraw · history · blame

\.DS_Store
*.rej
*.py[cod]
/.env
*.orig

# C extensions
*.so

# Packages
*.egg
*.egg-info
dist
build
_build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64

# Installer logs
pip-log.txt

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

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject
.cache
.pytest_cache
.ropeproject

# Sublime
/*.sublime-*

#PyCharm
/.idea

# virtualenv
/.Python
/lib
/include
/src
/share
/local