-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
24 lines (22 loc) · 1.2 KB
/
.gitignore
File metadata and controls
24 lines (22 loc) · 1.2 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
# ============================================================================
# Build Artifacts & Compilation Output
# ============================================================================
# Rust target directory containing all compiled artifacts, dependencies,
# and intermediate build files generated during compilation
target/
# ============================================================================
# Temporary Files & Working Directories
# ============================================================================
# Temporary directory for transient files and experimental work. When needed,
# use this directory to run ad-hoc tests for Samoyed, as it is ignored by
# version control. This directory is also where integration tests may create
# testbed repositories and liberally modify files without affecting the
# main codebase.
/tmp/*
!/tmp/.gitkeep
# ============================================================================
# Development Environment Configuration
# ============================================================================
# Claude Code local settings - user-specific configurations that should
# not be shared across development environments
.claude/settings.local.json