79143636d0
* Improve reporting * More comments * Port back file resource reporting features * Port back data-based testing * Improve filtering * Improve docs Change-Id: I218fce4e6012ce1171a5042eebc8ac95ba734c21
31 lines
209 B
Plaintext
31 lines
209 B
Plaintext
# python
|
|
*.egg-info
|
|
*.eggs
|
|
*.egg
|
|
.venv
|
|
*.pyc
|
|
.tox
|
|
|
|
# IDEs
|
|
.idea
|
|
.settings
|
|
.project
|
|
|
|
# Doc
|
|
doc/_build
|
|
|
|
# Editors
|
|
*.swp
|
|
*~
|
|
|
|
# Bundle
|
|
Gemfile.lock
|
|
.bundled_gems
|
|
.bundle
|
|
|
|
# Misc
|
|
*.log
|
|
.librarian
|
|
AUTHORS
|
|
ChangeLog
|