chore: Restore .cccc/ entry in .gitignore
This commit is contained in:
parent
df80d00696
commit
954f23a0be
1 changed files with 40 additions and 0 deletions
40
.gitignore
vendored
40
.gitignore
vendored
|
|
@ -1 +1,41 @@
|
|||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue