forked from kernelci/pullab_cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (51 loc) · 721 Bytes
/
Copy path.gitignore
File metadata and controls
61 lines (51 loc) · 721 Bytes
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
59
60
61
# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
.Python
build/
dist/
*.so
# Virtual environments
.venv/
.venv-testing/
pyvenv.cfg
# Testing & Coverage
.coverage
.coverage.*
.pytest_cache/
htmlcov/
coverage.xml
nosetests.xml
# Editor / IDE
*~
*#
*.swp
.DS_Store
.vscode/
.idea/
.kiro/
# Logs
logs/
*.log
# AWS credentials and sensitive files
.env
.aws/
*.pem
*.key
examples/aws/credentials.json
# Project-specific config (generated by setup configure)
run-config.json
demo-config.json
# Test kernel RPMs (large binary files)
setup/test-kernel-rpms/
# Local planning files
FAQ.md
upstream-prep.protocol.md
kernel-ci-cloud-labs.zip
# Analysis output data
analysis/data/
# Distribution archives
share/