-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (32 loc) · 691 Bytes
/
Copy path.gitignore
File metadata and controls
45 lines (32 loc) · 691 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
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Rust build artifacts
/target/
**/*.rs.bk
# local-only copilot config (skills, agents, instructions)
.github/agents
.github/skills
.github/copilot-instructions.md
# misc
.DS_Store
*.pem
# env files
.env*
!.env.example
# local documentation
docs.txt
ROADMAP.local.md
# heap snapshots & analysis artifacts
*.heapsnapshot
scripts/heap-analysis/output/
scripts/heap-analysis/__pycache__/
# internal planning docs (not for public release)
docs/internal/
docs/superpowers/
# heap analysis tooling & output
scripts/
scripts/heap-analysis/
# editor settings
.vscode/
.idea/
# Added by cargo
/target