Merge "Create jenkins pipeline for k6 performance tests"
[infra/cicd.git] / .gitignore
1 # IDE files/directories
2 .idea/
3
4 # Packages
5 # it's better to unpack these files and commit the raw source
6 # git has its own built in compression methods
7 *.7z
8 *.dmg
9 *.gz
10 *.iso
11 *.jar
12 *.rar
13 *.tar
14 *.zip
15
16 # OS generated files
17 .DS_Store
18 .DS_Store?
19 ._*
20 .Spotlight-V100
21 .Trashes
22 ehthumbs.db
23 Thumbs.db
24
25 # Distribution / packaging
26 .Python
27 env/
28 build/
29 develop-eggs/
30 dist/
31 downloads/
32 eggs/
33 .eggs/
34 lib/
35 lib64/
36 parts/
37 sdist/
38 wheels/
39 *.egg-info/
40 .installed.cfg
41 *.egg
42 .venv
43 venv/
44
45 # Unit test / coverage reports
46 htmlcov/
47 .tox/
48 .coverage
49 .coverage.*
50 .cache
51 nosetests.xml
52 coverage.xml
53 *.cover
54 .hypothesis/
55
56 # Logs and other temporary files
57 *.log
58 *.retry
59 *.swp
60
61 # track these files, if they exist
62 !.gitignore