41 lines
294 B
Text
41 lines
294 B
Text
# Claude Code
|
|
.cccc/
|
|
|
|
# Rust
|
|
target/
|
|
**/*.rs.bk
|
|
Cargo.lock
|
|
|
|
# Nix
|
|
result
|
|
result-*
|
|
|
|
# Python
|
|
.venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.eggs/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.bak
|