-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
87 lines (71 loc) · 1.39 KB
/
.gitignore
File metadata and controls
87 lines (71 loc) · 1.39 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# WARNING: Please, DO NOT edit this section of the file! It is maintained in the repository template.
.scannerwork
.DS_Store
.terraform
.terraform.lock.hcl
terraform.tfstate
terraform.tfstate.backup
*cloc*report*.json
*sbom*report*.json
*vulnerabilities*report*.json
*report*json.zip
.version
*.code-workspace
!project.code-workspace
# Please, add your custom content below!
# PYTHON RELATED IGNORANCES
# ********************************
# JUnit test files
scripts/integrations/slack/results.xml
__pycache__/
*.py[cod]
# C extensions
*.so
# Distribution/packaging
build/
dist/
*.egg-info/
.eggs/
*.egg
# Python Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Python Virtual environments
.venv/
.python-version
venv/
env/
ENV/
# PyInstaller
*.manifest
*.spec
# Unit test / coverage reports
.tox/
.nox/
.coverage
.coverage.*
.cache
.hypothesis/
.pytest_cache/
*.cover
htmlcov/
nosetests.xml
coverage.xml
# Jupyter Notebook checkpoints
.ipynb_checkpoints/
# MyPy
.mypy_cache/
.dmypy.json
.pyre/
.pylint.d/
.prof
__azurite_db_blob__.json
__azurite_db_blob_extent__.json
.idea/workspace.xml
tools/scan-tags-compliance/scan-results/azure_resource_compliance_scan.csv
tools/scan-tags-compliance/scan-results/azure_skipped_items.log
tools/scan-tags-compliance/scan-results/scan_results.html
.idea/.gitignore
.idea/dtos-devops-templates.iml
.idea/vcs.xml
.idea/inspectionProfiles/profiles_settings.xml