# AI tool artifacts
.claude/
.cursor/
.cursorrules
CLAUDE.md
SPEC.md

# Archives
*.tar
*.zip
*.gz

# Python build
dist/
build/
*.egg-info/
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/

# Secrets
.env
.env.*
*.pem
*.key
credentials.json

# Virtual environments
.venv/
venv/

# IDEs
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db
Desktop.ini

# Temp
*.tmp
*.bak
