Skip to content

Commit be926d3

Browse files
Copilotdaedalus
andcommitted
Add .gitignore to exclude codeql symlink and build artifacts
Co-authored-by: daedalus <115175+daedalus@users.noreply.github.com>
1 parent 6d07a2c commit be926d3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
_codeql_detected_source_root
2+
__pycache__/
3+
*.pyc
4+
*.pyo
5+
.pytest_cache/
6+
*.egg-info/
7+
dist/
8+
build/

_codeql_detected_source_root

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)