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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
- node_modules
- .c9revisions
- .DS_Store
- Thumbs.db
-
- *.pyc
- *.pyo
- *.pyd
-
- # C extensions
- *.so
-
- # Packages
- *.egg
- *.egg-info
- dist
- build
- eggs
- parts
- bin
- var
- sdist
- develop-eggs
- .installed.cfg
- lib
- lib64
- include
- man
- __pycache__
- public
-
- # Installer logs
- pip-log.txt
-
- # Unit test / coverage reports
- .coverage
- .tox
- nosetests.xml
- .pytest_cache
-
- # Translations
- *.mo
-
- cms/webpack
-
- # Ignore IDEA files
- .idea
|