-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (43 loc) · 690 Bytes
/
Copy path.gitignore
File metadata and controls
54 lines (43 loc) · 690 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
# macOS
.DS_Store
# uv lockfile — we publish sdist/wheel to PyPI, no lockfile needed
uv.lock
# Python cache/bytecode
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
.venv/
venv/
ENV/
env/
# IDE/settings
.vscode/
.idea/
# Tests/coverage caches
.pytest_cache/
.mypy_cache/
.coverage
.coverage.*
# Local env/config (keep the example file tracked)
claude-settings.json
*.local.json
.env
.env.*
# Build artifacts
build/
dist/
*.egg-info/
src/*.egg-info/
.eggs/
# Test and draft files (root-level scratch test files only)
/test_*.py
*_draft.md
*_example.json
setup_*.py
# Claude specific
.claude/
# Agent runtime state
.omx/
# CodeGraph local index (MCP server)
.codegraph/