You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
537 B
57 lines
537 B
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
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
|
|
|
|
# Complexity
|
|
output/*.html
|
|
output/*/index.html
|
|
|
|
# Sphinx
|
|
docs/_build
|
|
|
|
.webassets-cache
|
|
|
|
# Virtualenvs
|
|
env/
|
|
dev.db
|
|
.cache/v/cache
|
|
|
|
# Intellij IDEA based IDEs folder
|
|
.idea/**
|
|
|
|
# Pytest cache
|
|
.pytest_cache/**
|
|
|
|
# Vagrant machines
|
|
.vagrant/**
|