-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
28 lines (25 loc) · 690 Bytes
/
.gitignore
File metadata and controls
28 lines (25 loc) · 690 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
.idea
_site
*.DS_Store
node_modules
*__pycache__
tools/venv
tools/files/meetup.ics
bin/
lib/
.venv
pyvenv.cfg
tools/blog_automation/service_account_key.json
tools/blog_automation/venv
.env
tools/llm_meetup_summary/venv
tools/llm_meetup_summary/examples/current_prompt.md
# A .secrets file can be used for locally testing a .GitHub Action
tools/llm_meetup_summary/.secrets
# Claude Code local settings (may contain personal preferences)
.claude/settings.local.json
# Certificate automation - proprietary templates and generated files
tools/certificate_automation/data/input/templates/
tools/certificate_automation/data/input/*.csv
tools/certificate_automation/data/output/
tools/samples/