diff --git a/.gitignore b/.gitignore index 4148add..7c96f97 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,27 @@ -.vscode +# Sistema operativo +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db +Desktop.ini +*~ + +# Editor e IDE +.vscode/ +.idea/ +*.swp +*.swo + +# Herramientas de IA +.claude/ +.codex/ +.cursor/ +.copilot/ + +# Elementos adicionales history/ -to_history/ \ No newline at end of file +to_history/ +sandbox/ \ No newline at end of file