-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (45 loc) · 1.07 KB
/
.gitignore
File metadata and controls
50 lines (45 loc) · 1.07 KB
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
# ============================================================
# Private / do-not-publish
# ============================================================
# Marketing and launch plans — private. Contains post drafts,
# DM templates, and internal strategy. Never ship publicly.
launch/
# User-generated output from running the skills. Each user
# creates their own ./gtm/ when they run /start. Never ship.
gtm/
# ============================================================
# Secrets
# ============================================================
.env
.env.local
.env.*.local
*.pem
*.key
# ============================================================
# Editor / OS cruft
# ============================================================
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Thumbs.db
.vscode/
.idea/
*.swp
*.swo
*~
# ============================================================
# Language-specific (in case anyone adds scripts)
# ============================================================
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
.venv/
venv/
node_modules/
dist/
build/
*.log