forked from aristanetworks/avd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
48 lines (40 loc) · 840 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
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*.py-e
*$py.class
.j2cache/
*.log
*.pickle
# pyavd ignores
python-avd/build/
python-avd/dist/
python-avd/vendor/
python-avd/tests/pyavd/artifacts/
python-avd/pyavd.egg-info/
python-avd/.tox/
python-avd/.coverage
python-avd/.mypy_cache/
# top level installers
/*.tar.gz
## Ansible galaxy-importer
/importer_result.json
## ansible-builder
/_build
# mkdocs
/site
# ansible_collections/arista/avd/tests ignores
ansible_collections/arista/avd/tests/.mypy_cache/
# Ignore cloned cloudvision-python repo created during generation of cv_client/api
ansible_collections/arista/avd/plugins/plugin_utils/cv_client/cloudvision-apis/
# Development
## pyenv
.python-version
## .vscode/*
.vscode/launch.json
*/.vscode/*
**/.vscode/*
# OSX
*.DS_Store
# Checksum of schemas
*schema.sha1