mirror of
https://github.com/mblode/agent-skills.git
synced 2026-09-14 13:43:59 +08:00
21 lines
165 B
Plaintext
21 lines
165 B
Plaintext
# OS
|
|
.DS_Store
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.swp
|
|
*.swo
|
|
|
|
# Node (if used locally)
|
|
node_modules/
|
|
|
|
# Env
|
|
.env
|
|
.env.*
|
|
|
|
# Python validation tests
|
|
__pycache__/
|