Fix: Add missing Python module dependency "munch" causing cleanup job failures
[releng/lftools.git] / .gitignore
1 # Ignore Vim temporary files
2 .*.sw?
3
4 # Maven
5 target/
6
7 # Vagrant
8 .vagrant
9
10 # IntelliJ
11 .idea/
12 *.iml
13
14 # Eclipse
15 .project
16
17 # VSCode
18 .vscode
19
20 # NPM / NodeJS
21 _cacache/
22 anonymous-cli-metrics.json
23
24 # Python
25 .cache/
26 .eggs/
27 .pytest_cache/
28 .tox/
29 .venv/
30 __pycache__/
31 *.egg-info/
32 *.pyc
33
34 # Build and docs folder/files
35 build/*
36 dist/*
37 sdist/*
38 docs/api/*
39 docs/_rst/*
40 docs/_build/*
41 cover/*
42 MANIFEST
43
44 # PBR
45 AUTHORS
46 ChangeLog
47
48 # Reno
49 RELEASENOTES.rst
50 reno.cache