# Global gitignore (referenced by ~/.gitconfig core.excludesfile) # OS / editor cruft that should never land in any repo. .DS_Store Thumbs.db *~ *.swp *.swo .idea/ .vscode/ *.log .env .env.local node_modules/ __pycache__/ *.pyc .venv/ .direnv/