71 lines
941 B
Plaintext
71 lines
941 B
Plaintext
# Claude Code session files (NOT configuration)
|
|
.claude
|
|
.coder/
|
|
|
|
# Working directory (experiments, archives)
|
|
.wrks/
|
|
|
|
# Build artifacts
|
|
target/
|
|
distribution/
|
|
|
|
# Cargo lock (keep for binaries, ignore for libraries)
|
|
# Cargo.lock is currently tracked - keep as is
|
|
|
|
# SBOM files (generated, not committed)
|
|
*.sbom.json
|
|
*.sbom.xml
|
|
*.cyclonedx.json
|
|
*.spdx.json
|
|
*.bom.json
|
|
|
|
# Environment files
|
|
.env
|
|
.envrc
|
|
|
|
# OS-specific
|
|
.DS_Store
|
|
*.pyc
|
|
|
|
# Editor files - Emacs
|
|
*~
|
|
\#*\#
|
|
.\#*
|
|
|
|
# Editor files - Vim
|
|
[._]*.s[a-w][a-z]
|
|
[._]s[a-w][a-z]
|
|
*.un~
|
|
Session.vim
|
|
.netrwhist
|
|
|
|
# Editor files - VSCode
|
|
.vscode/
|
|
|
|
# Editor files - Tags
|
|
cscope.*
|
|
.tags*
|
|
|
|
# Development tools
|
|
.qodo/
|
|
.kubeconfig
|
|
|
|
# CI/CD metadata
|
|
/.make/
|
|
|
|
# Test data
|
|
/test/e2e/generated/bindata.go
|
|
|
|
# Vendor workspace
|
|
/Godeps/_workspace
|
|
/bazel-*
|
|
|
|
# Generated patches
|
|
vendordiff.patch
|
|
|
|
# Drone secret file (exception - DO NOT ignore)
|
|
!\.drone\.sec
|
|
|
|
# Claude local settings only
|
|
.claude/settings.local.json
|