diff --git a/.gitignore b/.gitignore index 69c691e..168bbd5 100644 --- a/.gitignore +++ b/.gitignore @@ -15,16 +15,43 @@ Homestead.yaml npm-debug.log yarn-error.log /auth.json + +# IDEs /.fleet /.idea /.nova /.zed -.DS_Store -env +/.junie/* +/.cursor/* +/.vscode/* + +# macOS +**/.DS_Store +.AppleDouble +.LSOverride + +# MCP *.mcp* *.mdc /.mcp.json -AGENTS*.* -/.junie/* -/.cursor/* -/.vscode/* \ No newline at end of file + +# Database +/database/*.sqlite +/database/*.sqlite-journal +*.sql.gz + +# Backup & Temporary Files +*.bak +*.backup +*.tmp +*.swp +*~ +.*.swp +.*.swo + +# Logs +*.log + +# Documentation temporary files (generated exports) +/docs/diagrams/*.pptx +/docs/diagrams/*.docx \ No newline at end of file