# PowerShell/Windows specific Thumbs.db Desktop.ini $RECYCLE.BIN/ System Volume Information/ *.tmp *.log # Environment variables .env .env.local *.env.* # IDE/Editor files .vscode/ .idea/ *.swp *.swo # Dependencies and build artifacts node_modules/ __pycache__/ *.pyc *.class *.o *.obj *.exe *.dll *.so *.a *.out dist/ build/ target/ .venv/ venv/ .mypy_cache/ .pytest_cache/ .coverage coverage/ htmlcov/ .gradle/ # System files .DS_Store *.zip *.gz *.tar *.tgz *.bz2 *.xz *.7z *.rar *.zst *.lz4 *.lzh *.cab *.arj *.rpm *.deb *.Z *.lz *.lzo *.tar.gz *.tar.bz2 *.tar.xz *.tar.zst