-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
87 lines (72 loc) · 1.4 KB
/
Copy path.gitignore
File metadata and controls
87 lines (72 loc) · 1.4 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# Temp
tmp/
# devenv
.devenv/
.devenv.flake.nix
devenv.local.nix
# Python
__pycache__/
*.pyc
*.pyo
.venv/
src/klangk/.venv/
src/klangk/uv.lock
# Flutter
src/frontend/.dart_tool/
src/frontend/.packages
src/frontend/build/
# Feature build artifacts
features/**/klangk/.dart_tool/
features/**/klangk/build/
# Wheel build output (scripts/build_wheel.sh -> src/klangk/dist/).
src/klangk/dist/
src/frontend/.flutter-plugins
src/frontend/.flutter-plugins-dependencies
src/frontend/pubspec_overrides.yaml
src/frontend/coverage/
src/frontend/pubspec.lock
# SQLite
*.db
*.db-journal
*.db-wal
# Environment / secrets
.env
.demo-env
*.env.local
klangkd.yaml
.oidc/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Klangk data
# Claude
.claude/
.coverage
# pytest-testmon line->test map (local iteration only, #2288). Written to
# the pytest rootdir (src/klangk/.testmondata).
.testmondata
src/frontend/coverage/
# E2E test artifacts
src/frontend/e2e-tests/logs/
# Playwright demo recording artifacts. Demo captures all land under
# src/frontend/e2e-tests/demo/recordings/ (gitignored there). This stays
# ignored for direct `playwright test` dry checks that default here.
test-results/
# Generated config (created by devenv enterShell)
.prettierignore
.yamllint.yml
.markdownlint.yaml
.pre-commit-config.yaml
coverage.json
oidc.tar.gz
# Zensical docs build output
site/
output.log
# Fuzz test output
fuzz-server.log