-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (48 loc) · 742 Bytes
/
Copy path.gitignore
File metadata and controls
61 lines (48 loc) · 742 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
# Python
__pycache__/
*.py[cod]
*$py.class
venv/
.venv/
*.egg-info/
# Database
*.db
*.sqlite
*.sqlite3
# Environment
.env
.env.local
.env.backup*
*.env.backup*
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Node
node_modules/
# Build output
web/admin/dist/
# Local config
.claude/
test_env/
.coverage
# AI assistant context (personal configuration)
CLAUDE.md
# Local systemd service files (use .template files for distribution)
systemd/*.service
!systemd/*.service.template
# Kubernetes secrets (never commit real credentials)
k8s/secret.yaml
k8s/*-secret.yaml
CLAUDE.md
# Code review oversight tooling (internal)
.oversight/
# Accessibility testing artifacts
pa11y-screenshots/
lighthouse-report.json