venus-dashboard/.gitignore
baiziyu 0ad485a844 * initial commit.
Change-Id: I9829560c0af20bb06ebfd283f147bc92378abe50
2021-05-31 19:14:21 +08:00

59 lines
506 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
build
.eggs
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
.testrepository
.venv
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Complexity
output/*.html
output/*/index.html
# Sphinx
doc/build
# pbr generates these
AUTHORS
ChangeLog
# Editors
*~
.*.swp
.*sw?
*.iml
# JetBrains IDEA
.idea
node_modules/