### macOS Specific ###
# Files created by the macOS Finder and Spotlight
.DS_Store
# Temporary files created by the macOS file system
.Trashes
# File/folder metadata
._*
# History files
.history
# Thumbs DB (Windows, but often useful to include)
Thumbs.db

---

### Python Specific ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python/
*.egg-info/
.installed.cfg
*.manifest
# Testing and Coverage
.pytest_cache/
.tox/
.coverage
.coverage.*
htmlcov/
# Virtual environment
.venv
venv/
env/
# Jupyter Notebook Checkpoints
.ipynb_checkpoints
# mypy
.mypy_cache/
# PyInstaller/py2exe
*.spec

---

### Node/npm/JavaScript Specific ###
# Dependency directories
node_modules/
.pnpm-store/
/jspm_packages/
# Build/Dist/Output
/dist/
/out/
/build/
/tmp/
/temp/
# Next.js/Gatsby/Other Frameworks
.next/
.gatsby/
/public/
/.wrangler/
/worker/
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Testing
coverage/
.nyc_output/
/test-results/
# TypeScript
*.tsbuildinfo
# Vite
.vite/

---

### Rust Specific ###
# Cargo build directory
/target/
# IntelliJ Rust plugin
*.iml
.idea/
# Cross-compilation (e.g., for WebAssembly)
/pkg/
# Rust-analyzer
.rust-analyzer/
# Other common files
Cargo.lock

---

### Environment and Configuration ###
# Environment variables
.env
.env.local
.env.*.local
.dev.vars
.env.production
.env.development
.env.test
# Security/Secrets
*.pem
*.key
*.crt
*.p12

---

### IDE and Editor Specific ###
# VS Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# JetBrains (IntelliJ, PyCharm, WebStorm, etc.)
.idea/
# (Rust specific IntelliJ files are included above, but keep these general ones)
*.iws
*.iml
*.ipr
# Sublime Text
*.sublime-project
*.sublime-workspace
# Vim
*.swp
*.swo
*~
# Emacs
#*#

---

### Other Temporary Files ###
# General temporary files
*.tmp
*.bak
*.orig
.claude.DS_Store
