# PyCharm
.idea
exportToHTML

# vscode
.vscode

# profiling 
*.cpu
 
# Python
*.pyc

# Emacs
*~
.#*

# Vagrant
.vagrant
*.box

# Ansible
ansible/*.retry

# Any vi swap files
*.swp

# Virtualenv
python/venv-*
.venv/

# Protobuf output files
python/**/*_pb2.py
python/**/*_pb2_grpc.py
python/**/*.desc
protos/**/*.pb.go
protos/**/*.desc
protos/voltha.pb

# Editors
*.bak
*.project
*.pydevproject

# Docker
.docker-base-built

# Mac stuff
.DS_Store
**/.DS_Store

# Generated docs
**/*.pdf

# Vagrant logfile
*.logo

# voltha cli history
python/cli/.voltha_cli_history

python/local_imports/**/*

# test output
tests/results
sca-report

# CPU profile
**/profile.cpu

# etcd - locally generated during test
rw_core/core/voltha.rwcore.nb.etcd/
rw_core/core/device/voltha.rwcore.da.etcd/
