forked from peteromallet/desloppify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (43 loc) · 719 Bytes
/
.gitignore
File metadata and controls
47 lines (43 loc) · 719 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
.DS_Store
__pycache__/
*.egg-info/
# .desloppify/ tracked intentionally — quality state committed per org policy
.venv/
build/
dist/
.mypy_cache/
.ruff_cache/
review_output.json
holistic_findings.json
holistic_*.json
per_file_review_refresh.json
review_refresh_import.json
reviewed_files_import.json
subjective_*.json
review_findings.json
review_batch_*.json
findings.json
findings_*.json
scorecard.png
.pytest*
.tmp*
bin/
obj/
TestResults/
todos/
dogfood-observations.md
pytest-full.xml
# Secrets
.env
# Dev tool configs
.importlinter
# Local agent-generated skills (keep canonical copies under docs/)
.claude/
.agents/
/skills/
/AGENTS.md
tasks/
/scripts/
cotton-desloppify/
review/results/
review/__pycache__/