# Global gitignore
# Prevent committing common unwanted files

# OS Files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# IDE and Editor Files
.vscode/
.idea/
*.swp
*.swo
*~
.vim/
.netrwhist
*.sublime-workspace
*.sublime-project

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.venv/
venv/
ENV/

# Node.js
node_modules/
npm-debug.log
yarn-error.log
.npm
.eslintcache

# Rust
target/
Cargo.lock
*.rlib

# Go
*.exe
*.dll
*.so
*.dylib
dist/
bin/

# Build artifacts
*.o
*.a
*.so
*.dylib
*.dll
*.exe

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

# Logs
*.log
logs/

# Temporary files
*.tmp
*.temp
*.bak
*.backup
