forked from aristanetworks/avd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
53 lines (44 loc) · 982 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
# 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/pyavd.egg-info/
/python-avd/.tox/
/python-avd/.coverage
/python-avd/.mypy_cache/
# Ignore cloned cloudvision-python repo created during generation of _cv/api
/python-avd/pyavd/_cv/cloudvision-apis/
# 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/
# Development
## pyenv
.python-version
## .vscode/*
.vscode/launch.json
*/.vscode/*
**/.vscode/*
# OSX
*.DS_Store
# Checksum of schemas
*schema.sha1
# Temporary files creating during CI workflow
/tmp-requirements-minimum.txt
# Hash files created when running pyavd from source
python-avd/pyavd/*/j2templates/.hash
python-avd/pyavd/*/schema/schema_fragments/.hash