| # -*- makefile -*- | |
| # build related | |
| __pycache__/ | |
| .venv/ | |
| venv_docs | |
| doc_venv | |
| _build | |
| repos | |
| # Byte-compiled / optimized / DLL files | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| # subrepos | |
| bbsim | |
| ofagent-go | |
| openolt | |
| pyvoltha | |
| voltha-go | |
| voltha-openolt-adapter | |
| voltha-openonu-adapter | |
| voltha-openonu-adapter-go | |
| voltha-helm-charts | |
| voltha-protos | |
| voltha-system-tests | |
| voltctl | |
| !howto/release/voltctl | |
| cord-tester | |
| device-management-interface | |
| # IDEs | |
| .idea | |
| # OS | |
| .DS_Store | |
| # Logfiles | |
| log | |
| test-errors.*.log | |
| *.log | |
| # [EOF] |