-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy path.gitignore
More file actions
66 lines (55 loc) · 1.54 KB
/
.gitignore
File metadata and controls
66 lines (55 loc) · 1.54 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
.envrc
.direnv
target
node_modules
.cargo
compile_commands.json
_*
!crates/ros-z-py/python/**/__init__.py
!crates/ros-z-py/python/**/*.pyi
!crates/ros-z-py/python/**/py.typed
!crates/ros-z-msgs/python/ros_z_msgs_py/__init__.py
# Old paths (pre-reorganization) - kept for backwards compatibility
!ros-z-py/python/**/__init__.py
!ros-z-msgs/python/ros_z_msgs_py/__init__.py
result*
*.egg-info
__pycache__/
# Auto-generated Python message types (regenerated from .msg files during Rust build)
# Updated paths after crates/ reorganization (e781dce)
crates/ros-z-msgs/python/ros_z_msgs_py/types/*.py
crates/ros-z-msgs/python/ros_z_msgs_py/types/__init__.py
crates/ros-z-msgs/python/build/lib/ros_z_msgs_py/types/*.py
# Old paths (pre-reorganization) - kept for backwards compatibility
ros-z-msgs/python/ros_z_msgs_py/types/*.py
ros-z-msgs/python/ros_z_msgs_py/types/__init__.py
ros-z-msgs/python/build/lib/ros_z_msgs_py/types/*.py
ros-z-msgs/python/build/
ros-z-msgs/python/uv.lock
# Generated by pre-commit hooks (from Nix dev shell)
/.pre-commit-config.yaml
# Markdownlint local config (managed by Nix)
.markdownlint.json
# mdBook build output
/book/book/
/book/*.js
/book/*.css
*.db
*.log
.claude
.mcp.json
# Go binaries
/crates/ros-z-codegen-go/ros-z-codegen-go
# Generated Go message packages (codegen test output)
/builtin_interfaces/
/std_msgs/
/crates/ros-z-codegen-go/builtin_interfaces/
/crates/ros-z-codegen-go/std_msgs/
/crates/ros-z-go/generated/
# Core dumps
/core
# Build cache
.cache/
# Cached nix dev shell environment (generated by sandbox.nu)
.state/
site/