# Rust
/target/
**/*.rs.bk
*.pdb

# npm
node_modules/
package-lock.json

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

# Binaries
/bin/*.exe
/bin/ghgrab

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Build artifacts
*.log
