mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02: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:
parent
a4848da38b
commit
02120fbf5f
1 changed files with 10 additions and 0 deletions
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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue