82d417b9e6
Fresh start for the StarlingX automation framework. Change-Id: Ie265e0791024f45f71faad6315c2b91b022934d1
59 lines
683 B
Plaintext
59 lines
683 B
Plaintext
## List of ignored files based on common python projects
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
*.egg*
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# Eclipse / PyCharm files / VSCode files
|
|
.project
|
|
.pydevproject
|
|
.settings/
|
|
.idea/
|
|
.vscode/launch.json
|
|
.vscode/settings.json
|
|
|
|
# Environments
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
|
|
# Dashboard UI Files
|
|
/portal/ui/.angular
|
|
/portal/ui/node_modules
|
|
|
|
# Mac files
|
|
.DS_Store
|
|
|
|
# Sphinx documentation
|
|
doc/build/
|
|
|
|
# Release Notes documentation
|
|
releasenotes/build
|