forked from ktbyers/netmiko
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
53 lines (44 loc) · 757 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
*.pyc
*.swp
tests/old_format/DEVICE_CREDS.py
tests/test_prep.sh
tests/testx.txt
tests/standard_tests.sh
tests/etc/test_devices.yml
tests/etc/commands.yml
tests/etc/responses.yml
tests/etc/test_devices_exc.yml
tests/SLOG/test_logging_filter_secrets-netmiko.log
examples/SECRET_DEVICE_CREDS.py
./build
./build/*
build/
dist
netmiko.egg-info
.cache
bin/.netmiko.cfg
# IDE Related files
.vscode/*
.idea/
# Virtual Environment files
.venv/
bin/
lib/
pyvenv.cfg
.devcontainer
# Sphinx documentation
docs/build/doctrees/
# Tox
.tox/*
.pytest_cache/*
# Mac stuff
.DS_Store
*/.DS_Store
tests/cisco3-out.txt
tests/test.log
tests/test_out/*.out
tests/test_out/*.stderr
tests/cisco-xrv.txt
tests/*.out
tests/performance/new_devices.yml
tests/performance/*.out