forked from the-crypt-keeper/tldw
-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy path.dockerignore
More file actions
45 lines (41 loc) · 666 Bytes
/
Copy path.dockerignore
File metadata and controls
45 lines (41 loc) · 666 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
# VCS and local tooling state
.git/
.github/
.worktrees/
.venv/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.hypothesis/
.cache/
.tmp/
.uv-cache/
.idea/
.claude/
.codex/
# Python/build outputs
__pycache__/
*.py[cod]
*.so
*.egg-info/
# Frontend/build artifacts
**/node_modules/
**/test-results/
**/playwright-report/
apps/tldw-frontend/.next/
apps/tldw-frontend/cdp-artifacts/
apps/extension/tmp-playwright-profile/
apps/extension/.playwright-home/
apps/extension/.output/
apps/extension/.wxt/
# Runtime/local data (never bake into images)
Databases/
docker-data/
cache/
dlq/
models/
tldw_Server_API/models/
tldw_Server_API/tests/
# Misc local files
.DS_Store
*.log