-
Notifications
You must be signed in to change notification settings - Fork 241
/
.gitignore
58 lines (54 loc) · 938 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
54
55
56
57
58
*/.cache
.cache/
build/
dist/
.tox
.paasta
.pip/
*.py?
!*.pyi
.*.sw?
.idea
.fleet
.vscode
.create_cluster
.fake_cluster
.tmp
kind
.kube
paasta_tools.egg-info/
docs/man/
tags
venv
.bash_history
.lesshst
etc_paasta_for_development/
etc_paasta_playground/
soa_config_playground/
k8s_itests/kubeconfig
# Generated debian artifacts
debian/paasta-tools/
debian/files
debian/paasta-tools.substvars
debian/paasta-tools.debhelper.log
debian/paasta-tools.postinst.debhelper
debian/paasta-tools.prerm.debhelper
# Itest artifacts
fake_service_uno/
paasta_itests/mesos-cli.json
paasta_itests/fake_etc_paasta/chronos.json
paasta_itests/fake_etc_paasta/marathon.json
yelp_package/gopath
.mypy_cache/
.pytest_cache/
.hypothesis/
debian/.debhelper
example_cluster/paasta/docker_registry.json
general_itests/fake_etc_paasta/clusters.json
pip-wheel-metadata
debian/debhelper-build-stamp
unique-run
.vault-token
# Coverage artifacts
.coverage
unique-run