init: add gitignore and final-answer skill
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
# Editors & IDEs
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Code Agents / AI tools
|
||||
.claude/
|
||||
.cursor/
|
||||
.windsurf/
|
||||
.aider*
|
||||
.copilot/
|
||||
.warp/
|
||||
.opencode/
|
||||
agent/
|
||||
*.code-workspace
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user