# Claude Code
.claude

# VS Code
.vscode/
*.code-workspace

# ChatGPT / OpenAI
.chatgpt/
.openai/

# GitHub Copilot
.copilot/

# OS files
.DS_Store
Thumbs.db

# Environment & secrets
.env
.env.*
!.env.example

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg
.venv/
venv/
.python-version

# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# IDE / Editor
*.swp
*.swo
*~
.idea/
*.iml

# Logs
*.log

# Coverage & testing
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/