-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (46 loc) · 785 Bytes
/
Copy path.gitignore
File metadata and controls
55 lines (46 loc) · 785 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
# Node dependencies and build outputs
**/node_modules/
**/dist/
**/build/
**/coverage/
**/.cache/
**/.turbo/
**/*.tsbuildinfo
# Local env files
**/.env
**/.env.*
!**/.env.example
# AWS CDK local context and synth outputs
infra/aws/cdk.context.json
infra/aws/cdk.context.local.json
infra/aws/cdk.out/
# Logs
**/*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Playwright artifacts
apps/web/playwright-report/
apps/web/test-results/
# Python cache files
__pycache__/
*.py[cod]
*$py.class
.mypy_cache/
.pytest_cache/
.pyre/
.pytype/
.ruff_cache/
# macOS
.DS_Store
# temporary files
tmp/
temp/
.codex-tmp-run/
# Claude Code local state (per-developer)
.claude/settings.local.json
.claude/worktrees/
# Private MaxMind databases
**/*.mmdb
**/GeoLite2-*.tar.gz