-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (55 loc) · 968 Bytes
/
Copy path.gitignore
File metadata and controls
64 lines (55 loc) · 968 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
# R-specific
.Rproj.user
.Rhistory
.RData
.Ruserdata
*.Rproj
.Rapp.history
# Build artifacts
*.tar.gz
*.tgz
*.Rcheck/
src/*.o
src/*.so
src/*.dll
# Vignette build
vignettes/*.html
vignettes/*.pdf
inst/doc
# Tests
tests/testthat/_snaps
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
desktop.ini
# Local secrets
.env
.Renviron
# Generated docs
docs/
# Temp output (compliance reports, exports during dev)
tmp/
*.log
# AI coding-tool local state (defense-in-depth for a public repo)
# These directories typically hold per-developer config, model prompts,
# chat history, agent definitions, hooks, or other state that should
# not land in a public repository. If a tool's config is ever
# legitimately public (e.g., a project-level CLAUDE.md to guide
# contributors), commit it explicitly with `git add -f`.
.claude/
CLAUDE.local.md
.aider*
.cursor/
.cursorrules
.continue/
.codeium/
.cody/
.copilot/
.github/copilot/
.gpt-engineer/
.openhands/
.devin/
.windsurf/