We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b49fc18 commit f4b0ac3Copy full SHA for f4b0ac3
.semgrepignore
@@ -0,0 +1,39 @@
1
+# Semgrep ignore file
2
+# https://semgrep.dev/docs/ignoring-files-folders-code/
3
+
4
+# Test fixtures and test files
5
+tests/
6
+**/test_*.py
7
+**/*_test.py
8
9
+# Virtual environments
10
+venv/
11
+.venv/
12
+env/
13
14
+# Build artifacts
15
+build/
16
+dist/
17
+*.egg-info/
18
19
+# IDE/Editor
20
+.idea/
21
+.vscode/
22
23
+# Cache
24
+__pycache__/
25
+.pytest_cache/
26
+.mypy_cache/
27
28
+# CI/CD
29
+.github/
30
31
+# Documentation
32
+docs/
33
34
+# Outputs/Reports
35
+outputs/
36
+reports/
37
38
+# GUI Frontend (scanned separately)
39
+gui/
0 commit comments