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.
36 lines
407 B
36 lines
407 B
__pycache__
|
|
dist
|
|
build
|
|
.venv
|
|
tests/scenario/.vagrant
|
|
.idea
|
|
.autogenerated
|
|
.coverage
|
|
cover/
|
|
coverage.xml
|
|
*.sw?
|
|
.tox
|
|
*.egg
|
|
*.egg-info
|
|
*.py[co]
|
|
.DS_Store
|
|
*.log
|
|
.stestr/
|
|
subunit.log
|
|
.eggs
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Django files that get created during the test runs
|
|
.secret_key_store
|
|
*.lock
|
|
|
|
# Eclipse generates these
|
|
.project
|
|
.pydevproject
|
|
|
|
# Coverage data
|
|
.coverage.*
|
|
releasenotes/build
|
|
doc/source/_static/*.sample
|