-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
69 lines (62 loc) · 750 Bytes
/
Copy path.gitignore
File metadata and controls
69 lines (62 loc) · 750 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
*.egg
dist/
build/
eggs/
# Virtual environments
.venv/
venv/
env/
.uv-cache/
.uv-python/
# Environment & secrets
.env
*.env
# AI coding tools
.agents/
.claude/
.kiro/
.cursor/
.aider*
.copilot/
.codegraph/
docs/superpowers/
# IDE / editors
.vscode/
.idea/
*.swp
*~
.DS_Store
Thumbs.db
# Cache & testing
.pytest_cache/
.codex_tmp/
.pytest_tmp/
_pytest_tmp/
pytest-cache-files-*/
.mypy_cache/
.ruff_cache/
_tmp_general_agent_pytest/
_tmp_agent_team_pytest/
_tmp_edit_precision_test/
_tmp_debug_*/
tests/edit_precision_test_data/
# Logs & outputs
*.log
logs/
logs_as_html/
log_as_html/
benchmark_results*
# Runtime data
pocketflow/
test/
solution.md
progress/
hint.md
problems/
/workspace/
advise.md