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:
Affaan Mustafa
2026-02-13 01:11:37 -08:00
parent a4848da38b
commit 02120fbf5f

10
.gitignore vendored
View File

@@ -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/