blob: f296715c2978ad2eee9b2f29137c0f9fce87223a [file] [log] [blame]
Scott Baker2c1c4822019-10-16 11:02:41 -07001# PyCharm
2.idea
3exportToHTML
4
5# Python
6*.pyc
7
8# Emacs
9*~
10.#*
11
12# Vagrant
13.vagrant
14*.box
15
16# Ansible
17ansible/*.retry
18
19# Any vi swap files
20*.swp
21
22# Virtualenv
23python/venv-*
24
25# Protobuf output files
26python/**/*_pb2.py
27python/**/*_pb2_grpc.py
28python/**/*.desc
29protos/**/*.pb.go
30protos/**/*.desc
31protos/voltha.pb
32
33# Editors
34*.bak
35*.project
36*.pydevproject
37
38# Docker
39.docker-base-built
40
41# Mac stuff
42.DS_Store
43**/.DS_Store
44
45# Generated docs
46**/*.pdf
47
48# Vagrant logfile
49*.logo
50
51# voltha cli history
52python/cli/.voltha_cli_history
53
54python/local_imports/**/*
55
56# test output
57tests/results
Girish Gowdra9447baf2019-11-05 16:42:37 +053058
59# sca-report
60sca-report