-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgitignore
More file actions
45 lines (36 loc) · 716 Bytes
/
Copy pathgitignore
File metadata and controls
45 lines (36 loc) · 716 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
# Run one of these if you want to use ~/.gitignore
# (1) git config core.excludesfile ~/.gitignore
# (2) git config --global core.excludesfile ~/.gitignore
# Ignore swap & backup files
.*.swp
*~
# Ignore objects and archives, anywhere in the tree
*.[oa]
# Ignore compiled python files
*.pyc
__pycache__/
.ipynb_checkpoints/
.pytest_cache/
.ruff_cache/
.mypy_cache/
# LLM tooling
*.local.md
*.local.json
#.mcp.json
.mcp.yaml
.playwright-mcp/
# Ignore noise from OS X
.DS_Store
*.dSYM
# Bumo temp dirs
extra-flows/
flow-screenshots/
# Specific config files
.linear.toml
# Claude
.claude/worktrees/
.claude/settings.local.json
.claude/scheduled_tasks.lock
.omc/
# Leave these commented out (usually).
/tmp