diff --git a/.gitignore b/.gitignore index d7afedf..faec919 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,35 @@ __pycache__/ *.pyc # Local environment variables -.ate-dev-env.sh \ No newline at end of file +.ate-dev-env.sh + +# OS artifacts +.DS_Store +Thumbs.db + +# Editors and IDEs +.idea/ +.vscode/ +*.swp +*.swo +*~ + +# AI IDEs and CLIs +.aider* +.claude/ +.cline/ +.codex/ +.continue/ +.copilot/ +.cursor/ +.gemini/ +.goose/ +.kiro/ +.opencode/ +.qwen/ +.roo/ +.trae/ +.windsurf/ + +# Local worktrees +/.worktrees/