-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (44 loc) · 705 Bytes
/
Copy path.gitignore
File metadata and controls
52 lines (44 loc) · 705 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
*.log
*.tmp
*.swp
*.swo
*~
.DS_Store
Thumbs.db
# Local environment overrides
.env
.env.*
!.env.example
!config/lacp.env.example
.env.sentinel.backup*
# Python artifacts
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
*.egg-info/
.venv/
venv/
# Package and tool caches
node_modules/
.cache/
# Obsidian config snapshots (generated by lacp-obsidian backup)
config/obsidian/snapshots/
# Local release artifacts
dist/
# Claude Code / GitNexus local state
.claude/
.gitnexus/
.idea/
.vscode/
# Editor / agent scratch state
.collaborator/
.dmux/
.playwright-mcp/
# Local-only personal automation (machine-specific paths)
automation/scripts/fieldtheory_*.py
Entities/