-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (50 loc) · 735 Bytes
/
.gitignore
File metadata and controls
58 lines (50 loc) · 735 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
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
# Virtual environments
.venv/
venv/
# Packaging
build/
dist/
*.egg-info/
# Test and coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
# Type checking and lint caches
.pyright/
.ruff_cache/
.mypy_cache/
# Editors and OS
.vscode/
.idea/
.DS_Store
# AI assistant local state
.claude/
.claude.json
.claude.json.backup*
CLAUDE.local.md
.codex/.codex-global-state.json
.codex/.omx/
.codex/archived_sessions/
.codex/history.jsonl
.codex/log/
.codex/logs_*.sqlite
.codex/logs_*.sqlite-*
.codex/session_index.jsonl
.codex/sessions/
.codex/shell_snapshots/
.codex/sqlite/
.codex/state_*.sqlite
.codex/tmp/
# Local env
.env
.env.*
!.env.example
# Project-local automation state
.omx/