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.
59 lines
592 B
59 lines
592 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/
|
|
|
|
# npm
|
|
/node_modules/
|
|
|
|
# webpack-built files
|
|
/{{cookiecutter.app_name}}/static/build/
|
|
/{{cookiecutter.app_name}}/webpack/manifest.json
|
|
|
|
# Configuration
|
|
.env
|
|
|
|
# Development database
|
|
*.db
|
|
|