blob: cd0f1bb054dac5ee4f58bfeff5973669203309b0 [file] [log] [blame]
khenaidoocfee5f42018-07-19 22:47:38 -04001# PyCharm
2.idea
3exportToHTML
4
khenaidood948f772021-08-11 17:49:24 -04005# vscode
6.vscode
7
8# profiling
9*.cpu
10
khenaidoo7b909892018-09-18 13:48:20 -040011# Python
12*.pyc
13
khenaidoocfee5f42018-07-19 22:47:38 -040014# Emacs
15*~
16.#*
17
18# Vagrant
19.vagrant
20*.box
21
22# Ansible
23ansible/*.retry
24
25# Any vi swap files
26*.swp
27
khenaidoo7b909892018-09-18 13:48:20 -040028# Virtualenv
Matt Jeanneret2e3051a2019-05-11 15:01:46 -040029python/venv-*
Joey Armstrong1a78c6c2024-05-03 18:55:00 -040030.venv/
khenaidoo7b909892018-09-18 13:48:20 -040031
khenaidoocfee5f42018-07-19 22:47:38 -040032# Protobuf output files
khenaidoo7ff26c72019-01-16 14:55:48 -050033python/**/*_pb2.py
34python/**/*_pb2_grpc.py
35python/**/*.desc
36protos/**/*.pb.go
37protos/**/*.desc
Ryan81f96512019-01-23 03:27:47 +000038protos/voltha.pb
khenaidoocfee5f42018-07-19 22:47:38 -040039
40# Editors
41*.bak
42*.project
43*.pydevproject
44
45# Docker
46.docker-base-built
47
48# Mac stuff
49.DS_Store
50**/.DS_Store
51
52# Generated docs
53**/*.pdf
54
55# Vagrant logfile
William Kurkiandaa6bb22019-03-07 12:26:28 -050056*.logo
khenaidoo5aadea02018-11-07 14:30:11 -050057
58# voltha cli history
59python/cli/.voltha_cli_history
khenaidoo7b909892018-09-18 13:48:20 -040060
William Kurkianfc0dcda2019-04-08 16:54:36 -040061python/local_imports/**/*
William Kurkianc91266e2019-04-05 14:21:20 -040062
Kent Hagerman074d0e02019-04-24 17:58:16 -040063# test output
64tests/results
David Bainbridge81175e42019-10-16 19:06:37 +000065sca-report
Girish Gowdra408cd962020-03-11 14:31:31 -070066
67# CPU profile
68**/profile.cpu
69
ssiddiqui21e54c32021-07-27 11:30:46 +053070# etcd - locally generated during test
Girish Gowdra408cd962020-03-11 14:31:31 -070071rw_core/core/voltha.rwcore.nb.etcd/
ssiddiqui21e54c32021-07-27 11:30:46 +053072rw_core/core/device/voltha.rwcore.da.etcd/