-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (45 loc) · 848 Bytes
/
Copy path.gitignore
File metadata and controls
52 lines (45 loc) · 848 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
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments (both dot and non-dot variants)
.venv
venv/
# Test and lint caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
# Editor / IDE
.idea/
.vscode/
*.swp
# macOS
.DS_Store
# Logs
*.log
# Secrets, certs, tokens, and local-only material
# `private/` (no leading slash) matches at any depth — covers both repo-root
# `/private/` and any hypothetical nested `*/private/` directory.
private/
.env
.env.*
*.env
**/.env
*.pem
*.crt
*.cer
*.key
*.p12
*.pfx
*.token
tokens.json
/tmp/*.pem
# Claude Code: local-only agent tooling for this repo (workflows, settings).
# Unlike some projects that commit .claude/ as a shared asset, this is a public,
# security-sensitive repo — keep agent tooling on the machine, not published.
.claude/