mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-02-16 19:33:11 +08:00
chore: add dist, __pycache__, and tasks to .gitignore
Prevents accidental commits of build output, Python bytecode cache, and Claude Code team task files.
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -21,6 +21,16 @@ Thumbs.db
|
||||
# Node
|
||||
node_modules/
|
||||
|
||||
# Build output
|
||||
dist/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Task files (Claude Code teams)
|
||||
tasks/
|
||||
|
||||
# Personal configs (if any)
|
||||
personal/
|
||||
private/
|
||||
|
||||
Reference in New Issue
Block a user