-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (47 loc) · 775 Bytes
/
.gitignore
File metadata and controls
64 lines (47 loc) · 775 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
# Python-generated files
__pycache__/
*.py[oc]
build/
wheels/
*.egg-info
.plans
# Virtual environments
.venv
src/apx/_version.py
sample/
.ruff_cache/
node_modules/
# mac
.DS_Store
dist/
.mypy_cache/
# coverage
.coverage
coverage.xml
htmlcov/
*.coverage
.coverage*
# pytest
.pytest_cache/
.apx/
!src/apx/templates/base/.apx/
src/apx/templates/base/.apx/*
!src/apx/templates/base/.apx/plugin.ts
src/apx/binaries/*
experiments/
target/
# Claude addon build artifacts (copied by build.rs)
src/apx/templates/addons/claude/.claude/
src/apx/templates/addons/claude/hooks/
*.so
.bins/
.uv-cache/
.cursor/
.claude/plans/
.prompts/
/assets/models
.reports
.pages
# Benchmark results (generated by scripts/bench/)
scripts/bench/results/
databricks-bench-apx-logs.txt