summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 9923afae328ffdb9fdc8de3572e7544068cfa290 (plain)
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
build
cloud_init.egg-info
dist
*.pyc
__pycache__
.tox
.coverage
.python-version
doc/rtd_html
parts
prime
stage
*.snap
*.cover
.idea/
.venv/
.pc/
.cache/
.mypy_cache/
.pytest_cache/
.vscode/
htmlcov/
tags
.hypothesis/

# Ignore packaging artifacts
cloud-init.dsc
cloud-init_*.build
cloud-init_*.buildinfo
cloud-init_*.changes
cloud-init_*.deb
cloud-init_*.dsc
cloud-init_*.orig.tar.gz
cloud-init_*.tar.xz
cloud-init_*.upload

# user test settings
tests/integration_tests/user_settings.py