-
Notifications
You must be signed in to change notification settings - Fork 102
Expand file tree
/
Copy path.gitignore
More file actions
79 lines (73 loc) · 859 Bytes
/
.gitignore
File metadata and controls
79 lines (73 loc) · 859 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
*.aux
*.idx
*.log
*.out
*.synctex.gz
*.toc
.DS_Store
lab_manual.tex
lab_manual.fls
lab_manual.ilg
lab_manual.fdb_latexmk
lab_manual.ind
lab_manual.blg
# TeX4ht build artifacts
*.4ct
*.4tc
*.css
!lab-manual.css
*.dvi
*.idv
*.lg
*.tmp
*.xref
lab_manual.html
html_output/
html_test/
# Playwright MCP screenshots
.playwright-mcp/
# CDL Bot
cdl_bot/.env
cdl_bot/output/
cdl_bot/*.json
cdl_bot/secrets/
cdl_bot/data/
!cdl_bot/data/projects.json
.cdl-bot.pid
.cdl-bot.log
*.credentials.json
service-account*.json
google-credentials.json
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.pytest_cache/
.coverage
htmlcov/
# Virtual environments
venv/
ENV/
env/
.venv/
# Claude session notes
notes/
.omc/
cdl_bot/CDL_scheduler.ipynb