# macOS
.DS_Store
.AppleDouble
.LSOverride
*.swp
*.swo
*~
.vscode/
.idea/

# Environment files
.env
.env.local
.env.*.local

# Dependencies
node_modules/
venv/
.venv/
__pycache__/
*.egg-info/
dist/
build/

# Test / coverage artifacts
.coverage
.coverage.*
coverage.xml
htmlcov/
.pytest_cache/
*.cover

# Rust / native build artifacts (PyO3 extension)
target/
*.so
*.pyd
Cargo.lock

# Logs
*.log
logs/

# Temporary files
*.tmp
*.temp
.cache/
*.bak

# OS-specific
Thumbs.db

# Claude Code worktrees (temporary agent workspaces — never commit)
.claude/worktrees/
.claude/settings.local.json

# Do NOT ignore markdown files and images
# All .md, .markdown, .png, .jpg, .jpeg, .gif, .svg, .webp files are tracked
benmore_team_channels.json
