Skip to content

Commit 96cd205

Browse files
committed
chore: ignore conductor directory in future commits
1 parent da67141 commit 96cd205

1 file changed

Lines changed: 2 additions & 36 deletions

File tree

.gitignore

Lines changed: 2 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,2 @@
1-
# Python-generated files
2-
__pycache__/
3-
*.py[oc]
4-
build/
5-
dist/
6-
wheels/
7-
*.egg-info
8-
9-
# QA files
10-
.coverage
11-
.hypothesis/
12-
.pytest_cache/
13-
.pytest_worker_jsons/
14-
.ruff_cache/
15-
examples_output/
16-
final_report.json
17-
htmlcov/
18-
htmlrep/
19-
plus_metadata.json
20-
report_output/
21-
screenshots/
22-
23-
# Virtual environments
24-
.venv/
25-
26-
# VS Code/Codium settings
27-
.vscode
28-
29-
# temp files
30-
tmp/
31-
*.swp
32-
33-
# Security analysis
34-
.gemini_security/
35-
docs/coverage.json
36-
docs/hygiene_badge.json
1+
# Ignore conductor directory
2+
/conductor/

0 commit comments

Comments
 (0)