-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (46 loc) · 852 Bytes
/
.gitignore
File metadata and controls
64 lines (46 loc) · 852 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
62
63
64
# macOS pkg build outputs and staging
/packaging/macos-pkg/build/*
/packaging/macos-pkg/dist/*
/packaging/macos-pkg/payload/*
# keep placeholder files so directories exist in git
!/packaging/macos-pkg/build/.gitkeep
!/packaging/macos-pkg/dist/.gitkeep
!/packaging/macos-pkg/payload/.gitkeep
.kymflow_hidden
__hide__
# uv env used in build_arm_v2.sh
.venv*
src/kymflow/_build_info.py
site/
__marimo__
.nicegui/
__old__/
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# macOS
.DS_Store
# IDEs
.vscode/
# Local files
*.log
# notebooks/quality_control.ipynb
# Jupyter notebooks / checkpoints
*.ipynb_checkpoints
.ipynb_checkpoints/
**/.ipynb_checkpoints/
*checkpoint.ipynb
.notebooks/
build/
dist/
kym_file_v0.py
# code coverage
.coverage
coverage-core.xml
coverage-gui_v2.xml