-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy path.gitignore
More file actions
30 lines (25 loc) · 702 Bytes
/
Copy path.gitignore
File metadata and controls
30 lines (25 loc) · 702 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
# Python
__pycache__/
*.py[cod]
*.egg-info/
# OS
.DS_Store
# Generated images — never commit by accident
assets/generated/
*.png
*.jpg
*.jpeg
*.webp
# Keep README/docs images explicitly (use git add -f if needed)
!docs/**/*.png
!docs/**/*.jpg
!docs/**/*.webp
# Personal drafts / promo material — not part of the published skill.
# `drafts/*` rather than `drafts/`: git cannot re-include a file whose parent
# DIRECTORY is excluded, so ignoring the contents is what makes the exception
# below work at all.
drafts/*
# …except the Gemini probe, which is a standalone diagnostic worth keeping.
!drafts/gemini_probe.py
# Local CodeGraph index — machine-specific, rebuilt on demand
.codegraph/