-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
35 lines (33 loc) · 827 Bytes
/
Copy path.gitignore
File metadata and controls
35 lines (33 loc) · 827 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
.build/
.DS_Store
*.xcuserstate
*/xcuserdata
Private/
# ActionUI Python extension
ActionUIPython/actionui.egg-info/
ActionUIPython/__pycache__/
ActionUIPython/frameworks/
ActionUIPython/build/
ActionUIPython/dist/
ActionUIPython/*.so
build
.claude
.remember
.swiftpm
graphify-out
CLAUDE.md
.graphify_python
AGENTS.md
ActionUINodeJS/frameworks
ActionUINodeJS/prebuilds
ActionUINodeJS/node_modules
Skill/dist
Tools/verifier/verifier/__pycache__
Tools/verifier/__pycache__
Tools/material_symbols/__pycache__
ActionUIAndroid/.idea/androidTestResultsUserPreferences.xml
# Android Studio / IntelliJ project state in example apps: per-developer IDE
# config, not source. Ignored across every example (was causing tracked-file
# churn like caches/deviceStreaming.xml, gradle.xml, vcs.xml).
Examples/**/.idea/
Scripts/make-release.sh