-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (33 loc) · 1.52 KB
/
Copy path.gitignore
File metadata and controls
38 lines (33 loc) · 1.52 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
# ── API keys & credentials (never commit these) ───────────────────────────────
canvas_token.txt
canvas_credentials.txt
openai_api.txt
anthropic_key.txt
*_api.txt
*_key.txt
*_token.txt
*_secret.txt
.env
# ── Downloaded course data ────────────────────────────────────────────────────
85367/
85377/
85397/
85427/
manifest.json
# Stray notes generated when AUTONOTE_DATA_DIR isn't set land at the repo root
*_notes.md
# ── Python ────────────────────────────────────────────────────────────────────
__pycache__/
*.pyc
*.pyo
.pytest_cache/
# ── PyInstaller build output ─────────────────────────────────────────────────
dist/
build/
*.spec.bak
# ── User config ───────────────────────────────────────────────────────────────
config.json
# ── Misc ──────────────────────────────────────────────────────────────────────
*.egg-info/
.DS_Store
electron/node_modules/