-
-
Notifications
You must be signed in to change notification settings - Fork 100
Expand file tree
/
Copy path.gitignore
More file actions
39 lines (39 loc) · 679 Bytes
/
Copy path.gitignore
File metadata and controls
39 lines (39 loc) · 679 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
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
.env
# Private shared bootstrap configuration (dev and production stacks).
/config.toml
/turnstone/deploy/config.toml
/.turnstone-bootstrap.*/
/turnstone/deploy/.turnstone-bootstrap.*/
# Local compose overrides (e.g. run.sh's saved choices, bootstrap output)
compose.override.yaml
compose.override.yml
docker-compose.override.yaml
docker-compose.override.yml
*.so
.mypy_cache/
.ruff_cache/
.pytest_cache/
*.db
*.db-shm
*.db-wal
.plan.md
.plan-*.md
.hypothesis/
PROGRESS.md
.coverage
tools/skill_audit_analysis/data/
tools/skill_audit_analysis/output/
design_ideas/
.claude/
docs/design/
/.idea